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