asked 89.4k views
5 votes
In order to return the address of the variable, you can use the ___________ in front of the variable name.

(a) asterisk (*)

(b) conditional operator

(c) ampersand (&)

(d) semicolon (;)

(e) None of these

1 Answer

2 votes

semicolons.

because in other to return the address of the variable, you cannot use semi colon.