For Loop का Syntax लिखिए।
Answers
Answered by
2
Answer:
Normal for loop:
for( initialization; condition; increment/decrement)
{
body of the loop
}
Infinity loop:
for(;;)
{
body of the loop
}
Similar questions
Science,
5 months ago
Math,
5 months ago
English,
5 months ago
Computer Science,
9 months ago
Biology,
9 months ago