adspace
Answer Posted / Swati Passi
A 'for' loop in programming is used to iterate over a sequence of values, such as an array or a range. Its syntax is:<br>```nfor (initialization; condition; increment/decrement) {n // code block to be executed on each iterationn}n``
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers