Pointers:
Chapter 10:
Ms. Munazza Mah Jabeen
Assistant Professor of Computer Science
Pointers:
Pointer are Used for:
• Accessing array elements
• Passing arguments to a function when the function needs to
modify the original argument
• Passing arrays and strings to functions
• Obtaining memory from the system
• Creating data structures such as linked lists
Addresses and Pointers:
• Pointer Constants
• Pointers Variable
• The Address-of Operator &
Pointer Variable:
• Syntax Quibbles
• Pointers Must Have a Value
• Accessing the Variable Pointed To
• * - dereference operator /indirection operator
• Pointer to void
• Pointer to wrong type
• Pointer Constants and Pointer
Variables
Pointers and Arrays:
Pointers and Functions:
• Passing Simple Variables
• Passing Arrays
Array Sorting:
Pointers and C-Type Strings:
• Pointers and C-Type Strings
• Copying a String Using Pointers
• Library String Functions
• Memory Management: new and
delete
Pointers to Pointers:

More Related Content

PPTX
Database systems administration traning 02
PDF
Object oriented programming15 control structures relational operators
PPTX
Python Basics.pptx
PPT
lecture_3.ppt
PPTX
array.pptx
PPT
Bracket Show Episode 35 - histoire de c# de 2002 à 2019
PDF
Apache Spark Machine Learning
DOC
Informatica power center 8.x course content
Database systems administration traning 02
Object oriented programming15 control structures relational operators
Python Basics.pptx
lecture_3.ppt
array.pptx
Bracket Show Episode 35 - histoire de c# de 2002 à 2019
Apache Spark Machine Learning
Informatica power center 8.x course content

Similar to Pointers (20)

DOC
Informatica power center online training
DOC
INFORMATICA ONLINE TRAINING
DOC
Informatica
DOC
Informatica
DOC
Slideshare
DOC
INFORMATICA ONLINE TRAINING @ Qotraining
DOC
Informatica
DOC
INFORMATICA ONLINE TRAINER
DOC
Informatica
DOC
Slideshare
DOC
Informatica
DOC
Informatica online training from inida
DOC
Informatica online training from inida
DOC
Informatica online training from inida
DOC
Informatica online training from inida
DOC
Informatica online training from inida
DOC
Informatica online training from inida
DOC
Informatica online training from inida
DOC
Informatica online training from inida
DOC
Informatica online training from inida
Informatica power center online training
INFORMATICA ONLINE TRAINING
Informatica
Informatica
Slideshare
INFORMATICA ONLINE TRAINING @ Qotraining
Informatica
INFORMATICA ONLINE TRAINER
Informatica
Slideshare
Informatica
Informatica online training from inida
Informatica online training from inida
Informatica online training from inida
Informatica online training from inida
Informatica online training from inida
Informatica online training from inida
Informatica online training from inida
Informatica online training from inida
Informatica online training from inida
Ad

More from Munazza-Mah-Jabeen (20)

PPTX
Virtual Functions
PPTX
The Standard Template Library
PPTX
Object-Oriented Software
PPTX
Templates and Exceptions
PPTX
Dictionaries and Sets
PPTX
More About Strings
PPTX
Streams and Files
PPTX
Lists and Tuples
PPT
Files and Exceptions
PPT
PPT
Repitition Structure
PPTX
Inheritance
PPTX
Operator Overloading
PPT
Memory Management
PPTX
Arrays and Strings
PPTX
Objects and Classes
PPTX
PPTX
Structures
PPTX
Loops and Decisions
PPTX
C++ programming basics
Virtual Functions
The Standard Template Library
Object-Oriented Software
Templates and Exceptions
Dictionaries and Sets
More About Strings
Streams and Files
Lists and Tuples
Files and Exceptions
Repitition Structure
Inheritance
Operator Overloading
Memory Management
Arrays and Strings
Objects and Classes
Structures
Loops and Decisions
C++ programming basics
Ad

Recently uploaded (20)

PDF
International_Financial_Reporting_Standa.pdf
PDF
LEARNERS WITH ADDITIONAL NEEDS ProfEd Topic
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
LIFE & LIVING TRILOGY- PART (1) WHO ARE WE.pdf
PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
What’s under the hood: Parsing standardized learning content for AI
PDF
Race Reva University – Shaping Future Leaders in Artificial Intelligence
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
Complications of Minimal Access-Surgery.pdf
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
English Textual Question & Ans (12th Class).pdf
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
International_Financial_Reporting_Standa.pdf
LEARNERS WITH ADDITIONAL NEEDS ProfEd Topic
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
LIFE & LIVING TRILOGY- PART (1) WHO ARE WE.pdf
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
What’s under the hood: Parsing standardized learning content for AI
Race Reva University – Shaping Future Leaders in Artificial Intelligence
What if we spent less time fighting change, and more time building what’s rig...
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
AI-driven educational solutions for real-life interventions in the Philippine...
Complications of Minimal Access-Surgery.pdf
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
Uderstanding digital marketing and marketing stratergie for engaging the digi...
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
Environmental Education MCQ BD2EE - Share Source.pdf
English Textual Question & Ans (12th Class).pdf
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα

Pointers