Pointers
Site: | منصة الحسن للتعلم |
Course: | Structured Programming |
Book: | Pointers |
Printed by: | Guest user |
Date: | Friday, 17 October 2025, 3:32 AM |
Description
Objectives
- Working with References and dynamic variables.
- C-String manipulation
- Passing pointers to functions
- Call by reference
Table of contents
- Introduction
- Operations on Pointers
- Functions and Pointers
- Using Const with pointers
- Arrays and Pointers
- Pointer Based Stings
- sizeof operator
- Examples toUpper and toLower
- Example: string copy
- Mult7 using pointers
- Increment using pointers
- Concatenate string
- Example Word count
- TitleCase
- IsPalindrome Array using pointers
- Fill Array with capital letters using pointer
- RecPrinString using pointer
Introduction
Operations on Pointers
Functions and Pointers
Using Const with pointers
Arrays and Pointers
Pointer Based Stings
sizeof operator
Examples toUpper and toLower
Example: string copy
Mult7 using pointers
Increment using pointers
Concatenate string
Example Word count
TitleCase
IsPalindrome Array using pointers
Fill Array with capital letters using pointer
RecPrinString using pointer