function

can i use two function with same declaration ?
ex:
1
2
3
int subtraction (int a,int b)
int addition (int a,int b)

ignore this topic this is a mess ><
Last edited on
Yes you can. The parameters for the function subtraction and the parameters for addition are completely different.
Topic archived. No new replies allowed.