Exam Catalog
Take an Exam
Free Demo!
Exam Results
Full Transcript
Employer Reports
e-Learning
Tech Support
Change My Account Info
Exam Home
Log Off

C

Week 1
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
Week 2
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
Week 3
Use pointers in more complex ways
Use disk files and perform file management functions
Use string manipulation math time and error-handling functions
Get more from functions through the interaction of pointers and functions
Allocate reallocate and free memory at runtime
Use type casts with variables and pointers
Access arguments passed to the program on the command line
Manipulate individual bits
Apply the principles of modular programming
Use preprocessor directives