I am learning C from \'Programming in C\' by Stephen Kochan.
Though the author is careful from the beginning only not to confuse the students with jargon, but occas
In reference to a programming language
Language Constructs mean the basic constructs of a programming languge e.g 1. Conditions (if, else, switch) 2. Loops (For, While, Do-while) etc