Multiple Choice
If you are using an older compiler that does not support the C++ 11 standard, you should initialize pointers with ________.
A) the integer 0, or the value NULL
B) the null terminator '\0'
C) a nonzero value
D) All of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q14: What will the following code output?<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q15: Look at the following code: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q17: In C++ 11, the _ key word
Q19: To use any of the smart pointers
Q20: The following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The following
Q21: The statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The statement:
Q22: A pointer variable may be initialized with
Q23: A pointer variable is designed to store
Q30: Which of the following statements deletes memory
Q37: It is legal to subtract a pointer