C Pointer - C programming (MCQ) questions for Q. 27512
Q. In the following code what is 'P'?
typedef char *charp;
const charp P;- Published on 26 Feb 17a. P is a constant
b. P is a character constant
c. P is character type
d. None of the above
ANSWER: P is a constant