A
2008-09-21 14:45:28 UTC
If so, what is the name of this header file, and as an example, please write a line of code about how to find the max of numOne and numTwo.
If one doesn't exist, I know the logic in how to write it, just not the syntax. If running my program goes through the main() method, returning 0 at the end, where and how would I put my max(double a, double b) method, and how would I call it?
I know my stuff, but I was taught in C++/Jave, this is C...