MCQOPTIONS
Will the program compile?
#include<stdio.h> int main() { char str[5] = "IndiaBIX"; return 0; }