tail head cat sleep
QR code linking to this page

manページ  — OPERATOR

名称

operator – C 言語の演算子の優先順位および評価の順序

内容

解説

演算子 結合の順序

--------
------------

() [] -> .
左から右へ

! ~ ++ -- - (type) * & sizeof
右から左へ

* / %
左から右へ

+ -
左から右へ

<< >>
左から右へ

< <= > >=
左から右へ

== !=
左から右へ

&
左から右へ

^
左から右へ

|
左から右へ

&&
左から右へ

||
左から右へ

?:
右から左へ

= += -= *= /= %= <<= >>= &= ^= |=
右から左へ
, 左から右へ

関連ファイル

/usr/share/misc/operator
 

OPERATOR (7) January 22, 2003

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Computer science would have progressed much further and faster if all of the time and effort that has been spent maintaining and nurturing Unix had been spent on a sounder operating system.
— The Unix Haters' handbook