Multiple Choice
When using the new operator with an older compiler, it is good practice to:
A) test the pointer for the NULL address
B) use a preprocessor directive
C) clear the data from the old operator
D) All of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Not all arithmetic operations may be performed
Q2: A pointer can be used as a
Q15: A function may return a pointer but
Q19: C++ does not perform array bounds checking,
Q23: A pointer variable is designed to store
Q32: The statement cin >> *num3;<br>A) stores the
Q35: Assuming ptr is a pointer variable, what
Q37: These can be used as pointers.<br>A) Array
Q38: When you pass a pointer as an
Q42: A pointer may be initialized with<br>A) the