An open API service indexing awesome lists of open source software.

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

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.