c programming Array of pointers and Pointer to arrayVivek Kumar | July 2, 2017 An array is known as the contiguous run of elements while a pointer is an address pointing variable. A pointer could represent the same array. int arr[5]; int Read More