in Programming in C retagged by
528 views
0 votes
0 votes

can anyone explain how the for loop works here..?

in Programming in C retagged by
528 views

1 Answer

1 vote
1 vote

Just follow the sequence 1-2-3-4-5-6 in the image below to understand loop working.

Hope it helped :)

https://gateoverflow.in/?qa=blob&qa_blobid=6027311124229894358

3 Comments

what is the termination condition here?
0
0
At 6: it's returning 0 (ie false)
1
1
Thanks got it
0
0

Related questions