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:

Verified
Correct Answer:
Verified
Q4: Use the delete operator only on pointers
Q7: When you work with a dereferenced pointer,
Q8: Every byte in the computer's memory is
Q8: A pointer with the value 0 (zero)
Q10: Which statement displays the address of the
Q11: When this is placed in front of
Q12: The statement int *ptr = new int;<br>A)
Q13: The contents of pointer variables may be
Q38: An array name is a pointer constant
Q41: The _ and _ operators can be