Solved

In the Following Statement, What Does Int Mean

Question 9

Multiple Choice

In the following statement, what does int mean?
Int *ptr = nullptr;


A) The variable named *ptr will store an integer value.
B) The variable named *ptr will store an asterisk and an integer value
C) ptr is a pointer variable and will store the address of an integer variable.
D) The variable named *ptr will store the value in nullptr.
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions