0% found this document useful (0 votes)
33 views4 pages

Introduction

Uploaded by

Raju Puppala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views4 pages

Introduction

Uploaded by

Raju Puppala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

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

You might also like