Index

Operators

(minus sign)

negative number (unary), 108

subtract (binary), 108

subtraction operator, 21

–– (minus signs)

decrement, then read (prefix), 108

read, then decrement (postfix), 108

( ) (parentheses)

C operator, 23

function call operator, 108

! (exclamation point)

Boolean NOT operator, 109

logical NOT operator, 22

? : (question mark, colon)

Boolean ternary operator, 109

logical ternary operator, 22

. (period)

structure reference operator, 23

structure value access, 108

[ ] (square brackets)

array index, 108

array subscript operator, 23

{} (curly braces)

C operator, 23

enclosing functions, 7

* (asterisk)

multiplication operator, 21

multiply operator (binary), 108

value of (unary), 108

value-of operator, 23

& (ampersand)

address of ...

Get Learn C the Hard Way: A Clear & Direct Introduction To Modern C Programming 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.