错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Expressions

  • Slobodan Dmitrović

摘要

What is an expression? An expression is operators and operands grouped together to perform some calculations and yield a result. There are different kinds of expressions. There are arithmetic expressions, as in x + y; comparison expressions, as in x > y; assignment expressions, as in x = y; and logical expressions, such as x && y.