What is the difference between array_name and &array_name? Ans. One is a pointer to the first element in the array; the other is a pointer to the array as a whole. An array is a type. It has a base type (what it's an array of ), a size (unless it's an "incomplete" array), and a...
See more
Download the Study24x7 App, so you can connect and collaborate.