A structure is defined with ........ keyword.
struct
structure
str
stru()
Pointer variable are preceded by ......
&
*(asterisk)
#(hash)
**
........ is called dereference operator.
*
^
~
The ........ operator is used to deallocate memory allocated dynamically.
flush
remove
delete
drop
Structure is a ..... type of data type.
user defined
derived
Primitive
none of these
..... allocation allows us to allocate memory at a run time.
static
dynamic
buffer
queue
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