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 

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!