1.

What will be the output of the program ? #include int main() { char str[] = "India\0BIX\0"; printf("%d\n", sizeof(str)); return 0; }

A. 10
B. 6
C. 5
D. 11
Answer» E.


Discussion

No Comment Found