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