Latest C Aptitude Question SOLUTION: Q. What is function recursion? A. When a function of body calls the same function then it is called as 'recursive function.' Example: Recursion() { printf("Recursion !"); Recursi