decreasing order function with array?I am writing a program that will ask the user for integers and then put them into descending order. ...
Passing an array as argument to function!Would something like this work? [code] for (i=1; i<10; i++) for (j=9; j>=0; j--) { ...
Passing an array as argument to function!Yes, i had the prototype and had void for both return types. Yea, that ';' was a silly mistake. Here...
Passing an array as argument to function!Oh, ok, that isn't bad at all! I am getting two errors when i run it now, though. One is one line 34...
Passing an array as argument to function!Hi, I am attempting to write a program that will ask the user to input 10 integers, and then send th...
This user does not accept Private Messages