Computer Science, asked by jayalakshmi7283, 4 months ago

What will be the output of the program (pg no – 45)
main()
{
int i;
for(i=1;i<=10;i=i+5);
printf(“%d”,i);
}

Answers

Answered by sharma78savita
3

Answer:

here is your answer....

Attachments:
Similar questions