What does 'Language Construct' mean?

前端 未结 9 508
鱼传尺愫
鱼传尺愫 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:56

    C is a structural language so while compiling your code everything thing goes statement by statement. Thus it becomes necessary to place your statement properly. This placing i.e. putting your statement correctly is your language construct else there may be syntax error or logical error.

提交回复
热议问题