Can someone help me with this basic C Programming Question?? - TechRepublic
Question
July 10, 2010 at 12:48 AM
vineo76

Can someone help me with this basic C Programming Question??

by vineo76 . Updated 15 years, 10 months ago

I need to write a function prototype that divides two numbers, another function prototype that finds the greater of two numbers, and another function prototype that prints an ATM menu…

would these be my correct function prototypes???

#include

int divideTwoNumbers(int, int);
int GreatestNumber(int, int);
printf(“\n\tWelcome to our ATM\n”);

main()

This discussion is locked

All Comments