Miscellaneous › Others › Program in C › Program in C
October 31, 2015 at 8:08 am
#13437
Participant
Define two dimentional array to do this….
like…..int number[10][25];
by using this you can enter 10 integer number of 25 size/length…..