Design - it’s just a concept implementation mechanism used by this programming language - the syntax of the language.
In your case, the concept here is a loop, and its construction is the way it is implemented by the C programming language.
Programming languages ​​provide constructs for various programming concepts that determine how these programming concepts are implemented in that language.
Does the word "construction" refer to the "constructor" of an object in other languages?
The two terms are different from each other, the constructor is used in object-oriented languages ​​such as java, it is not available in the C programming language.
Aukins moruri
source share