|
This course begins with a basic explanation of C language components and quickly progresses to writing and debugging C programs. Sample listings complete with sample output and an analysis of code illustrate the topics of the day.
Objectives:
After completing this course, students will be able to:
- Use numeric variables and constants
- Use operators to manipulate C expressions
- Implement functions and apply the principles of structured programming
- Make programs interact with the keyboard and screen
- Control the flow of programs
- Write simple C programs
- Build, compile and test programs
Topics:
- Getting started
- The components of a C program
- Numeric variables and constants
- Statements, expressions, and operators
- Working with functions
- Basic program control
- Basic input/output
|