|
Description
This course provides programmers with a hands-on introduction to
the C programming language. The course teaches both syntax and semantics
of the C language. It also includes advice on good programming practices.
Audience
Systems and applications programmers who need a practical in-depth
understanding of ANSI C.
Prerequisites
Participants should be familiar with one or more programming languages
or have attended Arkoas Introduction to Programming course. This
course is not suitable for people without programming experience.
Hardware and Software
An ANSI C compiler running on any platform. The systems should be
able to load a 3.5 DOS-formatted solution disk.
|
Format
Objectives
After completing this course, participants should be able to:
- Use the syntax, semantics, and scoping
of ANSI C
- Write ANSI C programs using many
features of the language
- Use some of the ANSI C libraries
- Describe the C compilation process
- Write programs using dynamic data
structures and recursion
- Recognize the advantages of multi-file
programs
|