1.

For declaring data by using new operator ____________________

A. Type name can’t contain const
B. Type name can’t contain volatile
C. Type name can’t contain class declarations
D. Type name can’t contain const, volatile, class declaration or enumerations
Answer» E.


Discussion

No Comment Found