How are commas used in the initialization and iteration parts of a for statement?
1) Commas are not used in the initialization and iteration parts of a for statement
2) Commas are used to separate multiple variable declarations in the initialization part
3) Commas are used to separate multiple expressions in the iteration part
4) Commas are used to separate the initialization and iteration parts of a for statement