MCQOPTIONS
Saved Bookmarks
| 1. |
Which option should be selected to work the following C expression? |
| A. | typedef char [] string; |
| B. | typedef char *string; |
| C. | typedef char [] string; and typedef char *string; |
| D. | Such expression cannot be generated in CView Answer |
| Answer» C. typedef char [] string; and typedef char *string; | |