
Calling function in a programming is a normal case and in c
and c++ it is an art by which one can conquer the heart of these languages.
There are two types of calling which can be done in c and
c++. Call by value and call by reference.
In call by value- simple a value is passed to the other
method and changes made in that value will...