Sal, heads up!

You are making an array with no size! Static array's do NOT expand or grow, in C. array[10][10] will ALWAYS have 10 rows, with 10 elements across each row. Neither more nor less....