1.

What will be the output of the program ?

 #include int main() { char str[7] = "IndiaBIX"; printf("%s n", str); return 0; }

A. Error
B. IndiaBIX
C. Cannot predict
D.
Answer» D.


Discussion

No Comment Found

Related MCQs