While certainly possible, this is not a practical method of recording such data. Suppose the program needed to record 100 scores? 100 variables would be required!
// This contains the number of books on each shelf. (used a calloc to initializes each block with a 0.) total_number_of_books=(int*)calloc(total_number_of_shelves , sizeof(int)); // This is a 2D array ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results