Page 19 - C-Language
P. 19
switch () Statements 308
if()...else Ladder Chaining two or more if () ... else statements 310
Nested if()...else VS if()..else Ladder 311
Chapter 47: Sequence points 313
Remarks 313
Examples 313
Sequenced expressions 314
Unsequenced expressions 314
Indeterminately sequenced expressions 315
Chapter 48: Side Effects 317
Examples 317
Pre/Post Increment/Decrement operators 317
Chapter 49: Signal handling 319
Syntax 319
Parameters 319
Remarks 319
Examples 320
Signal Handling with “signal()” 320
Chapter 50: Standard Math 322
Syntax 322
Remarks 322
Examples 322
Double precision floating-point remainder: fmod() 322
Single precision and long double precision floating-point remainder: fmodf(), fmodl() 323
Power functions - pow(), powf(), powl() 324
Chapter 51: Storage Classes 326
Introduction 326
Syntax 326
Remarks 326
Storage Duration 327
Static Storage Duration 328

