首页题目详情
Which of the following is a syntactic construct in a programming language?

A.Function call
B.Loop statement
C.Assignment operator
D.All of the above
优质解答
答案
D
解析
All of the options are syntactic constructs. A function call, loop statement, and assignment operator are all part of the syntax structure of a programming language.
计算机专业英语单选题中等AI生成