Which of the following gives the memory address of integer variable a ?
Options
*a;
a;
&a;
address(a);


&a;
