1.

Will the program compile?

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

A. True
B. False
Answer» B. False


Discussion

No Comment Found