Skip to main content

1996 | OriginalPaper | Buchkapitel

Operators and Expressions

verfasst von : Peter A. Darnell, Philip E. Margolis

Erschienen in: C A Software Engineering Approach

Verlag: Springer New York

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Operators are the verbs of the C language that let you calculate values. C’s rich set of operators is one of its distinguishing characteristics. In the preceding chapters, you have already seen a number of C operators, such as + (addition), /(division), < (less than), and = (assignment). The operator symbols are composed of one or more special characters. If an operator consists of more than one character, you must enter the characters without any intervening spaces: $$x \Leftarrow y\;/ * \,legal\,expression\,*/$$$$x \Leftarrow y\;/ * \,illegal\,expression\,*/$$

Metadaten
Titel
Operators and Expressions
verfasst von
Peter A. Darnell
Philip E. Margolis
Copyright-Jahr
1996
Verlag
Springer New York
DOI
https://doi.org/10.1007/978-1-4612-4020-4_6