Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ operator(7) — BSD/386 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

OPERATOR(7)                  BSD Reference Manual                  OPERATOR(7)

NAME
     operator - C operator precedence and order of evaluation

DESCRIPTION
           Operator                        Associativity
           --------                        -------------
           () [] -> .                      left to right
           ! ~ ++ -- - (type) * & sizeof   right to left
           * / %                           left to right
           + -                             left to right
           << >>                           left to right
           < <= > >=                       left to right
           == !=                           left to right
           &                               left to right
           ^                               left to right
           |                               left to right
           &&                              left to right
           ||                              left to right
           ?:                              right to left
           = += -= etc.                    right to left
           ,                               left to right

FILES
     /usr/share/misc/operator

HISTORY
     The operator manual page is currently under development.

BSDI BSD/386                    March 27, 1993                               1



































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026