What will be the output of the program ?
#include int main() { char str[7] = "IndiaBIX"; printf("%s\n", str); return 0; }
Answer: C
No answer description available for this question.