Define a two dimensional array ‘int a[10][10]’

c) Define a two dimensional array ‘int a[10][10]’. Write a ‘C’ program to initialize this array with numbers between 0 and 99. Then print the contents of ‘a’.


Leave a Reply