0
Is the For loop a function
3 Respostas
+ 6
You can this lesson about the for loop:
https://www.sololearn.com/learn/CPlusPlus/1616/
+ 5
No, it's a control structure, repeating a set of instructions.
+ 3
A loop is never a function, more like an iteration over some specified criteria (structure)
Happy coding 😊 Keep coding 🙏