User: chris simms

  • Public profile

User profile: chris simms

User info
User name:chris simms
History
Joined:
Number of posts:9
Latest posts:

recursion function
This function is a recursion function that sums all the values from 0 to n.It accepts one parameter...

Reverse array
is there a way to do it with char? int stringLength(const char *str);

Reverse array
how would i write a function that would take an array of characters and return the characters revers...

Need some help with Home work
oh wait, the function needs to be recursive! how would i do that now?

Need some help with Home work
result = 0; for(int i = 0; i <= n; i++) { result = result + i; } return result; Is this correct????

This user does not accept Private Messages