ch-4.5> int a[10] ch-4.5> a[1] = 1 ch-4.5> a[10] = 2 WARNING: subscript value 10 is greater than upper limit 9 ch-4.5>