首页题目详情
In programming languages, what is the role of the symbol ";"?

A.To indicate a comment
B.To separate statements
C.To indicate a function call
D.To comment out code
优质解答
答案
B
解析
The symbol ";" is commonly used to separate statements or to terminate a statement in many programming languages, making it a syntactic element.
计算机专业英语单选题中等AI生成