Linux
2011-09-09
Aliases: precedence(7), precedence(7), precedence(7), precedence(7), precedence(7)
manpages-ja
Japanese version of the manual pages (for users)
man-pages-ja
Japanese man (manual) pages from the Japanese Manual Project
manpages
Manual pages about using a GNU/Linux system
man-pages
Linux kernel and C library user-space interface documentation
名前
operator - C 言語の演算子の優先順位と評価の順序
説明
この man ページでは C 言語の演算子と評価の優先順位をリストする。
演算子 結合の順序 () [] -> . 左から右へ ! ~ ++ -- + - (type) * & sizeof 右から左へ * / % 左から右へ + - 左から右へ << >> 左から右へ < <= > >= 左から右へ == != 左から右へ & 左から右へ ^ 左から右へ | 左から右へ && 左から右へ || 左から右へ ?: 右から左へ = += -= *= /= %= <<= >>= &= ^= |= 右から左へ , 左から右へ
この文書について
この man ページは Linux man-pages プロジェクトのリリース 3.79 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man-pages/ に書かれている。