char c[10];


The maximum number of characters in this array would be 10. They are indexed from 0 to size-1. This means that the array consists of the following elements:



c[0]
c[1]
c[2]