Computer Science, asked by nayanakrishna528, 8 months ago

What will be output of following c code? int main(){ int x=11,i; for(i=0;i

Answers

Answered by viditjn02
2

Answer:

It will print all numbers from 0 to 10

Similar questions