Program 3 #P03 - C Program to Add Two Integers || Learning C Programming || For Beginners || #C110
In this program, user is asked to enter two integers. Then, the sum of those two integers is stored in a variable and displayed on the screen.
In this program, user is asked to enter two integers. Two integers entered by the user is stored in variables firstNumber and secondNumber respectively. This is done using scanf() function.
Then, variables firstNumber and secondNumber are added using + operator and the result is stored in sumOfTwoNumbers.
Finally, the sumofTwoNumbers is displayed on the screen using printf() function.
To Install Turbo C++ 4.5 Click on Below Link and Download rar file and extract and then install..
https://app.box.com/s/soz2137zo0rv0sb08pf4upzgj01umfjr
Do Like,Comment,Share and Subscribe if u are learning little bit.
Please give me suggestions in form of comment box .
i will be glad to improve myself day by day