In the following code, the P2 is Integer Pointer or Integer?
typedef int *ptr; ptr p1, p2;
Answer: B
No answer description available for this question.