Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name? Ans. It's easier for a C compiler to generate good code for pointers than for subscripts. Say that you have this: /* X is some type */ X a[ MAX ]; /* arra...
See more
Download the Study24x7 App, so you can connect and collaborate.