Computer Science, asked by sidpower7817, 18 days ago

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 cse2017080
0

It will be compiled time error

Similar questions