Do array subscripts always start with zero? Ans. Yes. If you have an array a[MAX] (in which MAX is some value known at compile time), the first element is a[0], and the last element is a[MAX-1]. This arrangement is different from what you would find in some other languages. In s...
See more
Download the Study24x7 App, so you can connect and collaborate.