Solved

Look at the Following Statement. Int *Ptr;

Question 10

Multiple Choice

Look at the following statement. int *ptr;
In this statement, what does the word int mean?


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 that will store the address of an integer variable
D) All of these
E) None of these

Correct Answer:

verifed

Verified

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

Related Questions