What is the difference between syntax and semantics in programming languages?

后端 未结 10 1952
长情又很酷
长情又很酷 2020-12-04 04:51

What is the difference between syntax and semantics in programming languages (like C, C++)?

10条回答
  •  长情又很酷
    2020-12-04 05:12

    Semantics is what your code means--what you might describe in pseudo-code. Syntax is the actual structure--everything from variable names to semi-colons.

提交回复
热议问题