Pointers contain addresses of the particular variable that we need. An array of pointers stores the addresses of all the elements of the array and an array of string pointers stores
Pointers are variables that contain the memory address of another variable. Since an address in a memory is a numeric value we can perform arithmetic operations on the pointer
We have successfully learned the basic concepts and different library functions that C Programming offers. Another interesting concept is the use of 2D character arrays. In the previous tutorial, we already