Aim: To study recursion in C++ using programs for factorial calculation, sum of n natural numbers, and reversal of a string. Recursion is a programming technique in which a function calls itself ...