Pointer Programs in C
Pointer Programs :
- Accessing Address of Variable
- Accessing Value from Address
- Accessing Value and Address of Pointer
- Accessing Variable through the Pointer
- Pointer Expression Sample
- Accessing 1-D array using Pointer
- String Handling using Pointer
- Passing Pointer as function Parameter
- Use of Pointer to Function
- Use of Pointer to Structure
- Interchanging values of two variables using Pointer
- Calculating Area of Circle using Pointer
- Updating Variable Using Pointer
- Size of Pointer