C
C Syntax
Login To Post Your Comment
1 comments
Noman Abdullah
1 year agofor (initializationStatement; testExpression; updateStatement)
{
// statements inside the body of loop
}
https://www.programiz.com/c-programming/c-for-loop