1.

What will be the output of the program ?

#include<stdio.h> int main()
{ printf(5+"IndiaBIX n"); return 0;
}

A. Error
B. IndiaBIX
C. BIX
D. None of above
Answer» D. None of above


Discussion

No Comment Found