Structure is a ..... type of data type.
user defined
derived
Primitive
none of these
....... is called address of operator.
&&
&
*
#
A pointer is a variable which stores ........
address
value
both A & B
index only
The process of allocating memory during compilation is called .......
Memory management
buffer
static memory allocation
dynamic memory allocation
The starting address of the array is called ........
first address
base address
bound
index
Array is also called .....
tag
tuple
subscripted variable
..... allocation allows us to allocate memory at a run time.
static
dynamic
queue
C++ uses ....... as the address operator
::