Multiple Choice
The statement int *ptr;
Has the same meaning as
A) int ptr;
B) *int ptr;
C) int ptr*;
D) int* ptr;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following statements is not
Q5: Look at the following statement: <br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q9: With pointer variables you can access, but
Q15: Look at the following code: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q19: What will the following statement output? cout
Q23: What does the following statement do? double
Q24: A pointer variable may be initialized with<br>A)
Q28: When the less than ( < )operator
Q37: It is legal to subtract a pointer
Q41: The _ and _ operators can be