

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following declarations are illegal? |
A. | void *ptr; |
B. | char *str = “hello”; |
C. | char str = “hello”; |
D. | Const *int p1 |
Answer» D. Const *int p1 | |