In the following code what is 'P'?
typedef char *charp; const charp P;
P is a constant
P is a character constant
P is character type
None of above
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment