Structure is a ..... type of data type.
user defined
derived
Primitive
none of these
C++ uses ....... as the address operator
#
&
*
::
The process of allocating memory during compilation is called .......
Memory management
buffer
static memory allocation
dynamic memory allocation
A pointer is a variable which stores ........
address
value
both A & B
index only
Pointer variable are preceded by ......
*(asterisk)
#(hash)
**