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

& (ampersand), address of operator, Address of Operator, Pointer Notation and Arrays
* (asterisk)
indirection (dereference) operator, Dereferencing a Pointer Using the Indirection Operator, Pointer Operators, Dynamic Memory Allocation, Misuse of the Dereference OperatorMisuse of the Dereference Operator
in pointer declaration, Declaring Pointers, Pointer Operators, Misuse of the Dereference OperatorMisuse of the Dereference Operator
{} (braces), in array initialization, One-Dimensional Arrays, Two-Dimensional Arrays, Multidimensional Arrays
[] (brackets), in array declarations, One-Dimensional Arrays, Two-Dimensional Arrays, Multidimensional Arrays
“ ” (double quotes), enclosing string literals, String Declaration
= (equal sign)
assignment operator, Using malloc with static and global pointers
initialization operator, Using malloc with static and global pointers
== (equal sign, double), equality operator, Pointer Operators
!= (exclamation point, equal sign), inequality operator, Pointer Operators
< (left angle bracket), less than operator, Pointer Operators
<= (left angle bracket, equal sign), less than or equal operator, Pointer Operators
- (minus ...

Get Understanding and Using C Pointers 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.