Exam #3 Review
(Last Mod: 27 November 2010 21:38:37 )
Links:
Material include by reference:
Bookmarks:
In addition to the topics covered on Exam #1, A review of the Course Syllabus shows that the following topics are fair game for the exam:
Pointers and pointer arithmetic.
Pointers as arguments to functions.
Pointers and multidimensional array.
Pointers to pointers.
Command Line arguments.
Storage classes, particularly auto and static.
File operations - opening/closing
Formatted I/O
Unformatted I/O
Typedef Statements
Structures
Compile-time versus Run-time storage allocation
Dynamic memory allocation.
Linked Lists