// passed by value. So when the variable x in the main function is passed to // this function, all that is really passed is the value of the variable... 10. // The parameter 'a' will be set to 10, and ...