MCQOPTIONS
Saved Bookmarks
| 1. |
What are the three components of a for-loop? |
| A. | initialization, conditional, increment/decrement |
| B. | conditional, memory allocation, memory deletion |
| C. | reset, increment, conditional |
| D. | reset, increment/decrement, memory allocation |
| Answer» B. conditional, memory allocation, memory deletion | |