1.

In C++, dynamic memory allocation is accomplished with the operator ____

A. new
B. this
C. malloc()
D. delete
Answer» B. this


Discussion

No Comment Found