

MCQOPTIONS
Saved Bookmarks
1. |
In the for statement: for (exp1; exp2; exp3) { … } where exp1, exp2 and exp3 are expressions. What is optional? |
A. | None of the expressions is optional. |
B. | Only exp1 is optional. |
C. | Only exp1 and exp3 are optional. |
D. | All the expressions are optional. |
Answer» E. | |