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
..... allocation allows us to allocate memory at a run time.
static
dynamic
buffer
queue
The starting address of the array is called ........
first address
base address
bound
index
A structure is defined with ........ keyword.
struct
structure
str
stru()
The process of allocating memory during compilation is called .......
Memory management
static memory allocation
dynamic memory allocation
The ........ operator is used to deallocate memory allocated dynamically.
flush
remove
delete
drop