The statement int *ptr; means
A) the variable called ptr will store an integer value.
B) the variable called *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 the above
E) None of the above
C) ptr is a pointer variable that will store the address of an integer variable.
Computer Science & Information Technology
You might also like to view...
A ___________ makes use of both signature and anomaly detection techniques to identify attacks.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
In a swap module, the variable used as a temporary storage location is declared as a __________ variable.
a. global b. reference c. local d. constant
Computer Science & Information Technology