can any one help me on this .what does this two for loop means
1.for(; x<9; x++)
2. for(;;)

Recommended Answers

All 4 Replies

  1. x has to be declared and initialized somewhere else, otherwise normal for-loop

  2. loop forever

thanks!

Click Here

this might help u. you can read for learning the basics of loop. thanks.

thanks a lot

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.