Introduction to Pointers
Learning Objectives
• To Introduce pointers, types of pointers
• To use pointers in inter-function communication
• To use pointers in data structures
Learning Outcomes
After completion of this course the student will be able to:
1.Understand fundamentals of pointers in C
2.Describe pointer arithmetic
3.Implement applications using pointers
4.Dynamic memory allocation using pointers
Topics to be covered
• Pointers introduction
• Pointer arithmetic
• Types of pointers
• Pointers to functions
• Passing pointers as parameters to functions