C-17-Q077mediumsingle_mcq
In daily life as well as in programming, repeating the same task is the motivation for using:
In daily life as well as in programming, repeating the same task is the motivation for using:
- afunctions
- bloops
- cclasses
- dmodules
ব্যাখ্যা
Repeating the same task multiple times is exactly what loops are designed for, both in everyday life and in programming. Functions, classes, and modules serve organisational purposes rather than repetition itself.