The C++ operator ____ is used to create dynamic variables.

A. dynamic
B. new
C. virtual
D. dereferencing


Answer: B

Computer Science & Information Technology

You might also like to view...

What are the types of comments supported by C#?

What will be an ideal response?

Computer Science & Information Technology

A sentence is in active voice when its subject performs the action indicated by the verb.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A stack is the ideal collection to use when _______________________

a) implementing a radix sort b) evaluating a postfix expression c) modeling customers standing in line at the checkout of a grocery store d) finding the largest number in an array e) none of the above

Computer Science & Information Technology

Suppose an array reptiles is ["snake", "turtle", "lizard"]. To add "crocodile" between the second and third items (i.e., between "turtle" and "lizard"), use the statement:

reptiles.splice(_______,_______,_______);

Computer Science & Information Technology