int a[10];    // An array that can hold 10 integers

char s[25];   // An array that can hold 25 characters