1.

Which of the following is the correct way to declare a pointer ?

A. int *ptr
B. int ptr
C. int &ptr
D. All of the above
Answer» B. int ptr


Discussion

No Comment Found