Multiple Choice
The statement int *ptr = new int;
A) results in a compiler error.
B) assigns an integer less than 32767 to the variable named ptr.
C) assigns an address to the variable named ptr.
D) creates a new pointer named int.
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following statements is not
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)
Q9: With pointer variables you can access, but
Q10: Look at the following statement. int *ptr;<br>In
Q10: Which statement displays the address of the
Q11: When this is placed in front of
Q13: The contents of pointer variables may be
Q41: The _ and _ operators can be