1.

In the following code what is 'P'?  typedef char *charp; const charp P; 

A. P is a constant
B. P is a character constant
C. P is character type
D. None of the above
Answer» B. P is a character constant


Discussion

No Comment Found