1.

Write the syntax of for statement.

Answer»

The syntax of for statement is
for (expression1;expression2;expression3)
{
Statement;
}



Discussion

No Comment Found