geekguy
2008-04-17 00:44:13 UTC
b) Write a line of C code that will print out the value of the 10th item in the array you declared in a).
c) Write C code that will print out every item in the array, in its order in the array (i.e. by index number), in 5 lines of 5 items each.