MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C statement? (assuming the input is cool brother in city ) printf( %s n , argv[argc]); |
| A. | (null) |
| B. | City |
| C. | In |
| D. | Segmentation Fault |
| Answer» B. City | |