int main()
{
int count,rec_temp[]);
count=read_temps(int temps[]);
rec_temps=hot_days(int count,int temps[]);
return 0;
}
Can someone identify the error in this code please. I'm using Codeblocks; it says that it "expected a primary-expression bofre "int" "
It says the error occurs once in the first function call, and twice in the second. It would have something to do with the parameters but i don't know exactly what it is.