I know in c / c++, a function(module) called by itself more than once is called function recursion. But i want to know the actual process i.e how data is executing inside and how display occur by...