How do commas in the initialization and increment parts of a for-loop work? – stackoverflow.com

I came across a for-loop in code that looks like this: for ( argc--, argv++; argc > 0; argc--, argv++ ) How does it work? Normally a for loop looks like this: for (initialization; condition; ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "How do commas in the initialization and increment parts of a for-loop work? – stackoverflow.com"