Index

A note on the digital index

A link in an index entry is displayed as the section title in which that entry appears. Because some sections have multiple index markers, it is not unusual for an entry to have several links to the same section. Clicking on any link will take you directly to the place in the text in which the marker appears.

Symbols

! (logical NOT operator), Logical Operators
!= (not-equal-to operator), Relational Operators and Logical Operators
# (hash mark)
hash or stringizing operator, The # Operator
preprocessing directives, C Program Structure, Preprocessing Directives
## (double-hash or token-pasting operator), The ## Operator
% (percent sign) modulo division operator, Arithmetic Operators
& (ampersand)
address operator, Memory Accessing Operators, Bit-fields
bitwise AND operator, Bitwise Operators
&& (logical AND operator), Logical Operators
() (parentheses), Complex Declarations, Pointers
() (parentheses), arithmetic expressions, Expressions and Operators
() function call operator, Other Operators
* (asterisk)
complex declarations operator, Complex Declarations
declaring pointer variables, Pointers
indirection operator, Memory Accessing Operators
multiplication operator, Arithmetic Operators
+ (plus) addition operator, Arithmetic Operators
+ (unary) positive sign, Arithmetic Operators
++ increment operator, Arithmetic Operators
, (comma) sequence operator, Other Operators
- (minus) subtraction operator, Arithmetic Operators
- (unary) negative sign, Arithmetic Operators
-- decrement ...

Get C Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.