What’s the syntax for for Statements?

When do we usually use for Statements?

Which expressions can we omit in the for Statement’s Expression?

What are the constraints in doing int x = 10 in the first statement of a for Statement?


What does the Comma Operator do? ,