What is the meaning of empty curly braces in for loop? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers