Fundamentals of Programming
Fundamentals of Programming
Fundamentals of Programming
Objectives: The aim of this course is to introduce to the students the rudiments of
structured programming using C language. Students will become familiar with problem
solving techniques and algorithm development.
Prerequisites: None
Contents:
5. Pointers: Need of pointer, Types and uses of pointer, Array and Pointers, Pointers
and strings, Pointer to Pointer, Pointers and functions, other aspect of pointers.
7. Files: Types of files, working with files, usage of file management functions.
8. Linked List: Introduction to dynamic memory allocation, singly link list, operations
on singly link list.