CLight statements consist of expressions and other statements. A statement that forms a component of another statement is called the body of the enclosing statement. Each statement type given by the following syntax is discussed in this section.
body
statement: declaration expression-statement if-statement iteration-statement
statement
declaration
expression-statement
if-statement
iteration-statement
Last updated 2 years ago