< Previous | Contents | Next >

Escape Sequences


image

Single quote

Double quote Backslash Null character System bell Backspace Formfeed Newline

Carriage return Horizontal tab Vertical tab

Hexadecimal number

\’

\"

\\

\0

\a

\b

\f

\n

\r

\t

\v

\x

Description

Escape Sequences

Escape Sequence

image

397


This page intentionally left blank


image

INDEX

(subtraction) operator, 14

! (NOT) operator, 61tbl, 6667, 77

!= (not equal to) operator, 40tbl

# (hash mark) symbol, 7, 35

% (modulus operator), 15, 72

& (reference operator), 189, 217 && (AND) operator, 61tbl, 77

* (dereference operator), 128, 146, 230

* (multiplication) operator, 14

. (member selection operator), 88, 259

/ (forward slash), 14

:: (scope resolution operator), 9, 125, 259, 345

; (semicolon)

if statement, 43

terminating statements, 9

[ ] (subscripting operator), 93, 99,

121, 147

|| (OR) operator, 61tbl, 66

þ (addition) operator, 14, 92

þþ (increment operator), 2728

< (less than) operator, 40tbl

<< (output operator), 9

<= (less than or equal to) operator, 40tbl

= (assignment operator), 21, 44,

313315, 346347

== (equal to) operator, 40tbl, 44

> (greater than) operator, 40tbl

>= (greater than or equal to) operator, 40tbl

64-element array, 103


 

ABCDEFGHIKLMNOPQRSTUVWY