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

Introduction

This document outlines a course on pointers in C, focusing on their fundamentals, types, and applications. It aims to teach students about pointer arithmetic, inter-function communication, and dynamic memory allocation. Key topics include an introduction to pointers, types of pointers, and passing pointers as function parameters.

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)
38 views4 pages

Introduction

This document outlines a course on pointers in C, focusing on their fundamentals, types, and applications. It aims to teach students about pointer arithmetic, inter-function communication, and dynamic memory allocation. Key topics include an introduction to pointers, types of pointers, and passing pointers as function parameters.

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