User profile: Guardian2013

User info
User name:Guardian2013
History
Joined:
Number of posts:5
Latest posts:

Trying to pass an Array into an argument as a pointer, but sumTINGwong
Here is the completed program / Assignment. Thank you for helping me understand! [code] /* Rainfa...

Trying to pass an Array into an argument as a pointer, but sumTINGwong
Yeah the RETURN inside of the FOR LOOP was my main problem. also, I now have learned about passing a...

Trying to pass an Array into an argument as a pointer, but sumTINGwong
If I use a void for the function, I will not get a return value right? I was thinking if I have the...

Trying to pass an Array into an argument as a pointer, but sumTINGwong
Hi Xismn, Thanks for catching my variable I was not using. I totally forgot I need to get the Avera...

Trying to pass an Array into an argument as a pointer, but sumTINGwong
I am having trouble passing the array as an argument into the function, it is saying the "&" in the ...