Question: 2. Write the output of the code below: (5 marks) #include int main(){ for(int c = 1; c < 50; c = 5 )
2. Write the output of the code below: (5 marks) #include int main(){ for(int c = 1; c < 50; c = 5 ) printf("%d\t", c); printf(" Done" ); return 0; } (OUTPUT)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
