C
ONTENTS
Preface
Acknowledgments
Chapter 1: C Overview
1.0
Introduction
1.1
The Concept of Algorithms and Pseudocodes
1.2
Flowcharts
1.3
Compiler Overview
1.4
Assembler, Linker, and Loader
1.5
Structure of a Simple “Hello World” Program in C
1.6
Overview of the Compilation and Execution Process in an Integrated
Development Environment (preferably CodeBlock)
Summary
Exercises
Chapter 2: Programming Using C
2.0
Introduction
2.1
Preprocessor Directives/Compiler Directives/C Preprocessor
2.2
C Primitive Input-Output using getchar and putchar
2.3
Simple Input/Output
2.4
Function Calls from a Library
2.5
Data Types in C
2.6
Enumeration
2.7
Operators
2.8
Type Casting (or Coercion) in C
2.9
Conditional Executing Using If-Else
2.10
Switch and Break
2.11
The Concept of Loops—While Loop, Do-While Loop, For Loop, Nested Loops,
Break Statement, Continue Statement
2.12
Storage Classes: Auto, Static, Extern, and Register
Summary
Exercises
Do'stlaringiz bilan baham: |