function
Jul 6, 2014 at 4:05am
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 Jul 6, 2014 at 4:12am
Jul 6, 2014 at 4:13am
Yes you can. The parameters for the function subtraction and the parameters for addition are completely different.
Topic archived. No new replies allowed.