MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the given option is the correct method for initialization?typedef char *string; |
| A. | Not more than one space should be given when using typedef |
| B. | *string *q = Welcome ; |
| C. | string p = Welcome ; |
| D. | *string p = B ; |
| E. | None of these |
| Answer» D. *string p = B ; | |