Passing an array to a functionHow do I pass an array of ints to a function? Getting [Error] invalid conversion from 'int*' to 'int...
Finding a number in an array.Your function, int findacct(int acctnum_array[],int num_accts,int account), has 3 parameters. The fi...
Finding a number in an array.You need to have your if in a for loop, for(int i = 0; i < num_accts; i++) { if (account == acc...
Arrays and Functions Okay, made the change to only seed in main(). So how can I have it return the array? I've tried, but...
Arrays and Functions Hey! At a loss here. So i have to create different functions for a main that will create an array an...
This user does not accept Private Messages