what is the difference b/w calling statement and called statement in a function
Answers
Answered by
2
Explanation: Calling function contains the input (the actual parameters) which is given to the called function which works on them because it contains the definition, perfoms the procedure specified and returns if anything is to be retuned
Similar questions