Therefore, the definition of 100 integer variable is:
int a[ 100];
The elements in the a array start from a[0] to a[99].