Program List - Pointers
- Declaration, initialization and usage of pointers
- Arithmetic operations on two numbers using pointers
- Largest of two numbers using pointers
- Swap two numbers using pointers
- Array implementation of pointers
- Reverse the array elements using pointers
- Copy one array to another using pointers
- Swap two arrays using pointers
- Search an element in the array using pointers
- Sum of elements in array using pointers
- Sort the array using pointers
- Two dimensional array implementation using pointers
- Add two matrices using pointers
- Subtract two matrices using pointers
- Multiply two matrices using pointers
- Length of string using pointers
- Copy string to another using pointers
- Concatenate two strings using pointers
- Compare two strings using pointers
- Reverse a string using pointers
- Extract substring from a string using pointers
- Implementation of string arrays using pointers
- Return multiple values from function using pointers
- Usage of pointers to functions
- Pointer to structures
- Pointer to array of structures
- Pointer to union
- Find the largest element in an array using dynamic memory allocation