Computer Science, asked by VikashAron, 1 year ago

what are the unique features of for loop

Answers

Answered by AayushKumarGupta11
43
for looping statement ::::you can write infinite command in one simple statement and condition
Answered by Thejasswini
38
For loop is called as entry controlled loop. It has three clauses. Each clause is separated by a semicolon .If the clauses are not present, the semicolon act as place holders.
Syntax:
for(initialization;condition;updation)
(curly braces)
body of the loop;
(curly braces)


Thejasswini: plz brainliest friend
VikashAron: very helpful
Thejasswini: thanks. plz do mark mine as brainliest friend please
VikashAron: what
Similar questions