MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program ? #include<stdio.h> int main() { char str = "IndiaBIX"; printf("%s n", str); return 0; } |
| A. | Error |
| B. | IndiaBIX |
| C. | Base address of |
| D. | <i class="C-code">str</i> |
| E. | No output |
| Answer» B. IndiaBIX | |