Pointers are very powerful features of C programming language that differentiates it from other popular programming languages such as Java & Python.
Pointers are used in C program to access the memory and manipulate the address.
List of pointer programming exercises
- Write C program to swap two numbers using pointers
- Write C program to add two numbers using pointers
- Write C program input and print array elements using pointer
- Write C program to change the value of constant integer using pointers
- Write C program to find length of string using pointer
- Write C program to copy one string to another string using pointer
- Write C program to concatenate two strings using pointer
- Write C program to read array elements and print the value with the addresses