C Programming

By Guy Lecky-Thompson

Lesson 5: I/O & Data Types

Introduction

If you need to do anything useful with programs then you will need to provide information to the user, and perhaps get some information from the user. In addition, you will need to know something about how data is stored, represented, and can be displayed.

Print this Page Print this page


1  2  3  4  5  6   Next Page


Lessons

Lesson 1: Introduction to Programming
Lesson 2: Introduction to C
Lesson 3: Decision Making in C
Lesson 4: Repetition in C
Lesson 6: User Defined Data
Lesson 7: Functions
Lesson 8: Common Standard Libraries