If a variable int i = 7 is declared and is stored at memory location 70001 then the value of &i is ......
7
70001
70003
Both A & B
C++ uses ....... as the address operator
#
&
*
::
A structure is defined with ........ keyword.
struct
structure
str
stru()
........ is called dereference operator.
^
~
Pointer variable are preceded by ......
*(asterisk)
#(hash)
**