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
0
its a, 0123456789.....
Answered by
0
0123456789.............
Similar questions
English,
7 months ago
Computer Science,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Chemistry,
1 year ago
Science,
1 year ago
Biology,
1 year ago