........ is called dereference operator.
*
&
^
~
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
#
::
The process of allocating memory during compilation is called .......
Memory management
buffer
static memory allocation
dynamic memory allocation
....... is called address of operator.
&&
Pointer variable are preceded by ......
*(asterisk)
#(hash)
**
Structure is a ..... type of data type.
user defined
derived
Primitive
none of these