What does 'Language Construct' mean?

前端 未结 9 524
鱼传尺愫
鱼传尺愫 2020-12-14 15:17

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

9条回答
  •  心在旅途
    2020-12-14 16:11

    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
    

提交回复
热议问题