C
C Syntax
Login To Post Your Comment
1 comments
Noman Abdullah
2 years agofor (initializationStatement; testExpression; updateStatement)
{
// statements inside the body of loop
}
https://www.programiz.com/c-programming/c-for-loop
The syntax of the C programming language is the set of rules governing the writing of software in the C language. It is designed to allow for programs that are highly terse, have a close relationship with the resulting object code, and yet provide relatively high-level data abstraction.