go top

comma operator

  • 逗号运算符;逗号运算子

网络释义专业释义英英释义

  逗号运算符

“表达式1”和“表达式3”经常是用逗号分开的表达式列表,这时所用的逗号实际上是“逗号运算符”(comma operator),他的作用是从左到右计算表达式列表。用逗号分开的表达式列表,其返回值和类型是表达式列表最右边表达式的值和类型。

基于2284个网页-相关网页

  逗号操作符

逗号操作符(comma operator) 在 C 和 C++中,逗号不仅作为函数自变量列表的分隔符使用,也作为进行后续计算的一个 操作符使用.

基于48个网页-相关网页

  逗号运算子

...算子执行结果 且位元运算子执行结果  8-2.8 特殊运算子  最后我们来看特殊运算子,分列如下:  逗号运算子(comma operator) value = (x = 10, y = 5, x + y);  变数大小运算子(size of operator) sizeof m = sizeof (sum);  指标运算子(pointer oper...

基于24个网页-相关网页

短语

comma-operator 逗号运算符

The comma operator 逗号运算符

  • 逗号运算符
    逗点算符
    逗号运算子

·2,447,543篇论文数据,部分数据来源于NoteExpress

Comma operator

  • abstract: In the C and C++ programming languages, the comma operator (represented by the token ,) is a binary operator that evaluates its first operand and discards the result, and then evaluates the second operand and returns this value (and type).

以上来源于: WordNet

双语例句

  • This is the comma operator.

    个逗号操作符

    youdao

  • Does the comma operator in an array have a name?

    逗号运算符数组名字吗?

    youdao

  • The comma operator has left-to-right associativity.

    逗号运算符具有从左向右关联性

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定