Pointer Programs in C

Pointer Programs :

  1. Accessing Address of Variable
  2. Accessing Value from Address 
  3. Accessing Value and Address of Pointer
  4. Accessing Variable through the Pointer
  5. Pointer Expression Sample
  6. Accessing 1-D array using Pointer
  7. String Handling using Pointer
  8. Passing Pointer as function Parameter
  9. Use of Pointer to Function
  10. Use of Pointer to Structure
  11. Interchanging values of two variables using Pointer
  12. Calculating Area of Circle using Pointer
  13. Updating Variable Using Pointer
  14. Size of Pointer