Computer Science, asked by musiclover2214, 1 year ago

What is the output of following program segment?choose the correct option from the given options.
int main( ){
int i;
for(i = 0; i < 10; i++);
printf("%d", i);
}
(a) 0123456789
(b) 9
(c) 10
(d) Error

Answers

Answered by Anonymous
0
its a, 0123456789.....
Answered by harshiiiiii1
0
0123456789.............
Similar questions