Wednesday, August 10, 2011

How do I fix this compiler error in this C program?

You defined the function as returning a struct frac but you are returning an integer instead. Fix either the function definition or the return value.

No comments:

Post a Comment