Multiple Choice
The statement:
Has the same meaning as ________.
A) int ptr = nullptr;
B) *int ptr = nullptr;
C) int ptr* = nullptr;
D) int* ptr = nullptr;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: In C++ 11, the _ key word
Q18: If you are using an older compiler
Q19: To use any of the smart pointers
Q20: The following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The following
Q22: A pointer variable may be initialized with
Q23: A pointer variable is designed to store
Q24: The following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The following
Q25: When you pass a pointer as an
Q26: To help prevent memory leaks from occurring
Q30: Which of the following statements deletes memory