|
This course covers pointers and variable scope concepts that are important to capitalizing on C's assets. It also covers numeric arrays characters and strings and structures. It introduces additional program control statements provides detailed explanations of functions and presents alternative functions. 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 and character arrays
- Create and use pointers
- Expand character variable types into arrays and strings
- Group related variable types by using structures
- Make proper use of C's variable storage classes
- Apply advanced programming techniques to control program flow
- Use C's predefined streams and their functions
Topics:
- Numeric arrays
- Pointers
- Characters and strings
- Structures
- Variable scope
- More program control
- Working with the screen printer and keyboard
|