Countable while loop syntax

1 while ( exit_condition ) {
2? declaration_list
3? statement_list
4 increment_expression }