首页题目详情
Which of the following is NOT a syntactic element in programming languages?

A.Keywords
B.Operators
C.Comments
D.Variables
优质解答
答案
C
解析
Comments are part of the semantic aspect of a language, as they provide meaning or explanation to the code, rather than being part of the syntax structure which defines the rules of the language.
计算机专业英语单选题中等AI生成