首页题目详情
What role does the interpreter play in evaluating semantics?

A.It checks for syntax errors only
B.It checks for semantic errors only
C.It checks for both syntax and semantic errors
D.It does not check for errors
优质解答
答案
B
解析
Interpreters typically evaluate the semantics of the code during execution, checking for logical errors or incorrect usage of constructs at runtime.
计算机专业英语单选题中等AI生成