I have written a small program which takes 5 numbers from the user and stores them
in an array of integers. The array is passed to a function. The function is used ...
There is two question in you program, I think. First, the array nums[50] should be initialized. Second, I think there will be a dead loop in lines 15-19. and if you don't want to initialize the array, you can define it as global variables, and the compilier will defautly initialized it with 0;
I need help with my code. I need to find the smallest and largest of each row of a two dimensional array, coming from a structure.... the structure has 3 different skaters and each one has a two dimensional array as follows (example is just of one skater) here is the array 0 2 1 1 1 0 1 0 1 ...