# Introduction In C Programming, we can add two numbers using recursion. Recursion is a function that calls itself repeatedly until the termination condition is met. In this lab, we will create a C program to add two numbers using recursion.
Click the virtual machine below to start practicing