0

Is the For loop a function

19th Mar 2020, 11:49 PM
Radoslav Kostov
Radoslav Kostov - avatar
3 Respostas
+ 6
You can this lesson about the for loop: https://www.sololearn.com/learn/CPlusPlus/1616/
20th Mar 2020, 12:02 AM
Jesus Eduardo CanulK
Jesus Eduardo CanulK - avatar
+ 5
No, it's a control structure, repeating a set of instructions.
19th Mar 2020, 11:52 PM
HonFu
HonFu - avatar
+ 3
A loop is never a function, more like an iteration over some specified criteria (structure) Happy coding 😊 Keep coding 🙏
20th Mar 2020, 5:11 AM
Alfred Juma
Alfred Juma - avatar