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