Multiple Choice
Variables that are created during program execution are called ____ variables.
A) stack
B) heap
C) dynamic
D) static
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: In a deep copy, two or more
Q11: To determine whether the item to be
Q12: The * is commonly referred to as
Q13: When a dynamic variable is no longer
Q14: When * is used as a unary
Q16: An array created during the execution of
Q17: The operator new has two forms: one
Q18: The syntax for accessing a class (struct)
Q19: In the line of code int* p,q,
Q20: The correct syntax for the destructor of