What will be the output of the program ?
#include int main() { char str[] = "India\0BIX\0"; printf("%d\n", sizeof(str)); return 0; }
Answer: D
No answer description available for this question.