User profile: pozoJ

User info
User name:pozoJ
History
Joined:
Number of posts:3
Latest posts:

Reverse string function
How would this look when complete then?

Im unable to find the syntax errors
struct TwoVals { int x; double y; }; int main() { TwoVals.x = 10; TwoVals.y = 20; ...

Reverse string function
I'm unsure of where to start with this: Write a function void reverse(char str[]) that reverses t...