首页题目详情
In a programming condition, which operator is used to check if a value is not equal to another?

A.>
B.<
C.!=
D.==
优质解答
答案
C
解析
The '!=' operator is used to check if two values are not equal in programming conditions. '==' checks for equality, '>' and '<' are used for greater than and less than comparisons, respectively.
计算机专业英语单选题中等AI生成