MCQOPTIONS
Saved Bookmarks
| 1. |
For the following expression to work, which option should be selected. string p = HELLO ; |
| A. | typedef char [] string; |
| B. | typedef char * string; |
| C. | Both (a) and (b) |
| D. | Such expression cannot be generated in C |
| Answer» C. Both (a) and (b) | |