C Programming Code Examples C > Pointers Code Examples This program shows how a pointer is declared and used in C C Program to Access Elements of an Array Using Pointer C Program to Add Two Numbers Using Pointer ! C Program to Compute sum of the array elements using pointers ! C Program to Count number of words, digits, vowels using pointers Program to Find Length of the String using Pointer Program to Perform Stack Operations Using Pointer ! C Program to Perform Stack Operations Using Pointer ! C Program to Read integers into an array and Reversing them using Pointers Program to Swap Two Numbers / Variables using Pointer Char pointer as the function parameter Declare a pointer to an array that has 10 ints in each row: allocate memory to hold a 4 x 10 array Define int pointer parameter for a function Passing Pointer to a Function in C Programming How to Demonstrate Working of Pointers how array addressing and pointer arithmetic are linked Int array and its pointer Int pointer: get the address of an int value Int pointer in C programming Multi-dimensional arrays and pointers Passing a Pointer to a function Passing parameter by pointer Pointer based calculation Pointer for char, int, float and double Pointer to Pointer (Double Pointer) Pointers & 2D array in C programming Print the decimal equivalent of each character: using pointer Read and output: Address pointed by the argument Sum of array elements using pointers Swapping two numbers using Pointers Use function with pointer parameters using pointer arithmetic to access elements What's the pointer in C programming