MCQOPTIONS
Saved Bookmarks
| 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 above |
| Answer» B. P is a character constant | |