C Course Materials

Prepared by Lon Hosford

 
 
 
Back to C Course Contents
 
Lesson 2 - Introduction
1 The C Adventure Continues
2 Getting Keyboard Input In C With the scanf Function
3 Expressing Yourself In C
4 The Function of Functions
5 Logic Expressions -Logically Speaking
6 Global and Local Variable Scope In C
7 The if Selection Structure
8 The if else Selection Structure
9 The if else if Selection Structure
10 The if else if Plus One Else Selection Structure
11 The if, else if and else Template Synopsis
12 Creating an Underscore using \b for Data Entry
13 Function Example Passing Arguments Three Ways
14 Tax Calculator if else if plus one else Example
15 Program Example Alkaline Earth Elements Atomic Weights Input and Expressions
16 The switch Selection Structure in C