What does 'Language Construct' mean?

前端 未结 9 509
鱼传尺愫
鱼传尺愫 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 15:55

    They are the base units from which the language is built up. They can't be used as a function rollback. They are directly called by the parser. It includes all the syntax, semantics and coding styles of a language. For more clarification you may refer to this question.

提交回复
热议问题