Index

SYMBOLS

+ (addition) operator, 80

+= (adds to a variable) operator, 233

/ * (C comments), 303

* / (C comments), 303

%= (computes the remainder based on a variable’s contents), 233

– – (decrement) operator, 310

/= (divides a variable’s contents) operator, 233

/ (division) operator, 80

. (dot) operator, 315

= (equal to) operator, 100

^ (exponentiation) operator, 80

<< (extraction) operator, 312

. (file extension), 301

> (greater than) operator, 100, 234

>= (greater than or equal to) operator, 100, 234

{ } (grouping symbols), 300

< > (grouping symbols), 300

( ) (grouping symbols), 300

( ) (groups expressions together) operator, 80

++ (increment) operator, 310

>> (insertion) operator, 312

< (less than) operator, 100, 234

<= (less than or equal ...

Get Sams Teach Yourself Beginning Programming in 24 Hours, Second Edition 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.