C program to add two numbers

In this video, we are going to perform a simple C program, in which, we are going to add two given numbers. So, here, we are going to have two numbers, and we are going to add them. To understand the program, one needs to be familiar with the basic arithmetic operators in C (especially the + operator, which is used for addition). You can also try some other programs related to arithmetic operators.

C program to add two numbers

 I hope you find this video ‘C program to add two numbers’ helpful for you…