Why does my do-while loop continue to loop?choice is a char variable but you are comparing it to int 0. You should compare it to '0'. Similarly...
why random number have to use header time.h?It uses the value returned by the time function as the initial seed for the random number generator....
passing a 2D array in a functionI suspect that what you are wanting to do is write a function that will print a matrix of arbitrary ...
This user does not accept Private Messages