Are function calls and the code executing of the function the same thing? By function call I mean to do for example addition (5,3);, assuming addition is define
addition (5,3);