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’.
Define a two dimensional array ‘int a[10][10]’.
July 7, 2021 in C and CPP
July 7, 2021 in C and CPP
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’.