MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program?main ( ){Char s[] = ‘AWb What the heck”;Printf (“n%s”, s);Printf (“%s”, s[3]);} |
| A. | AWbWhat the heck |
| B. | AWbWhat the heckb |
| C. | W |
| D. | AWbWhat the heckW |
| Answer» E. | |