MCQOPTIONS
What will be the output of the program ?
#include int main() { printf("India", "BIX n"); return 0; }