MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program ? #include<stdio.h> int main() { char str[] = "India 0BIX 0"; printf("%d n", sizeof(str)); return 0; } |
| A. | 10 |
| B. | 6 |
| C. | 5 |
| D. | 11 |
| Answer» E. | |