C Pointer - C programming (MCQ) questions for Q. 27511

Q.  In the following code, the P2 is Integer Pointer or Integer?

typedef int *ptr;
ptr p1, p2;

- Published on 26 Feb 17

a. Integer
b. Integer pointer
c. Error in declaration
d. None of the above

ANSWER: Integer pointer

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)