Examples of rare usage for statements

Here is an example for your reference:

int k;
int j = 10;
for (k = 0, Console.WriteLine("Start: j={j}"); k < j; k++, j--, Console.WriteLine("Step: k={k}, j={j}"))
{
// Body of the loop.
}
for (; ; )
{
// Body of the loop.
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.149.250.11