1.

In the following code, the P2 is Integer Pointer or Integer?_x000D_ typedef int *ptr;_x000D_ ptr p1, p2;

A. Integer
B. Integer pointer
C. Error in declaration
D. None of above
Answer» C. Error in declaration


Discussion

No Comment Found