Multiple Choice
Dynamic memory allocation occurs
A) when a variable is created by the compiler.
B) when a variable is created at run-time.
C) when a pointer fails to dereference the right variable.
D) when a pointer is assigned an incorrect address.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: It is possible for a structure to
Q33: When the _ is placed in front
Q34: Which of the following statements is not
Q35: The _, also known as the address
Q36: The statement cout << &num1; will output<br>A)
Q37: If a variable occupies more than one
Q40: The delete operator should only be used
Q41: A pointer variable is designed to store<br>A)
Q42: Any arithmetic operation may be performed on
Q43: A pointer with the value 0 (zero)