What is the difference between calling and called function?
Answers
Answered by
1
in calling we call the built in functions in the program ,but in calling a function we have to define the function before void main and then calling can take place after the main.
Similar questions