What is the output of C program.? int main() { int a[3] = {100,120,140}; int i=0; while(i<3) { printf("%d ", i[a]); i++; } }
Answers
Answered by
0
It will be compiled time error
Similar questions