What is the meaning of empty curly braces in for loop? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is the meaning of empty curly braces in for loop?

For example -- int main() { for (condition 1; condition 2; condition 3) { } <--- meaning of this empty curly braces ? return 0; }

9th Apr 2020, 2:05 AM
Yash Chaudhari
Yash Chaudhari - avatar
0 Antworten