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
3
Answer:
here is your answer....
Attachments:
Similar questions