Solved

Look at the Following Statement

Question 4

Multiple Choice

Look at the following statement: Look at the following statement:   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
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