.......... is called reference operator.
&
*
#
!
Array is also called .....
tag
tuple
index
subscripted variable
C++ uses ....... as the address operator
::
Pointer variable are preceded by ......
*(asterisk)
#(hash)
**
A pointer refers to ........
location of variable in memory
value of variable in memory
both A & B
none of the above
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
........ is called dereference operator.
^
~
The process of allocating memory during compilation is called .......
Memory management
buffer
static memory allocation
dynamic memory allocation