https://github.com/tanzeelafatima492/cpp-pointers
https://github.com/tanzeelafatima492/cpp-pointers
coding cplus cpp cxx easy pointer pointerprogramming
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanzeelafatima492/cpp-pointers
- Owner: TanzeelaFatima492
- License: mit
- Created: 2024-12-17T10:11:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T10:12:56.000Z (about 1 year ago)
- Last Synced: 2025-08-09T13:12:08.412Z (5 months ago)
- Topics: coding, cplus, cpp, cxx, easy, pointer, pointerprogramming
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cpp Pointers
A collection of C++ programs demonstrating the use of pointers.
## Programs
1. Pointer Assignment Program: A program that demonstrates the assignment of a pointer to a variable.
2. Pointer Address Program: A program that displays the memory addresses of variables.
3. Pointer Value Program: A program that displays the values stored in variables using pointers.
4. Multi-Variable Pointer Program: A program that demonstrates the use of pointers with multiple variables.