Multiple Choice
The C++ operator ____ is used to create dynamic variables.
A) dynamic
B) new
C) virtual
D) dereferencing
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: What is the value of x after
Q35: Given the declaration int *a;, the statement
Q36: What is the output of the following
Q37: Given the declaration<br>int *p;<br>The statement<br>p = new
Q38: A class _ automatically executes whenever a
Q39: The statement that declares board to be
Q40: In C++, virtual functions are declared using
Q41: In C++, _ is called the address
Q42: Consider the following statements:In the function pointerParameters,
Q43: In C++, you declare a pointer variable