MCQOPTIONS
Saved Bookmarks
| 1. |
In the following loop construct, which one is executed only once always.ÂÂÂÂfor(exp1; exp2; exp3) |
| A. | exp1 |
| B. | exp3 |
| C. | exp1 and exp3 |
| D. | exp1, exp2 and exp3 |
| Answer» B. exp3 | |