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
Chemistry,
5 months ago
Math,
5 months ago
Math,
5 months ago
Computer Science,
11 months ago
Biology,
11 months ago