Syntax
Compiler need some marker to distinguish …
To indicate that a formal parameter is call-by-reference instead of call-by-value we attach the ampersand sign & to the end of the type name in the formal parameter list of both the function prototype and the header of the function definition