A structure is defined with ........ keyword.
struct
structure
str
stru()
........ is called dereference operator.
*
&
^
~
The ........ operator is used to deallocate memory allocated dynamically.
flush
remove
delete
drop
A pointer is a variable which stores ........
address
value
both A & B
index only
The starting address of the array is called ........
first address
base address
bound
index
The ........ operator is used to allocate memory dynamically.
new
alloc
create
Array is also called .....
tag
tuple
subscripted variable