What will be printed when the following code is executed?
#include
int main()
{
inti=0;
for(;i<=9;)
{
i++;
printf("%d",i);
}
return 0;
}
a)0 1 2 ..,..9
b)0 1 2 ....... 10
c)1 2 3 .....9
d)1 2 3 .... 10
Answers
Answered by
0
Answer:
this code excute to java
Answered by
0
Answer:
bhai yr samj se pare h mere toh
sab upar se ja rha h
Similar questions