Program to find sum of two numbers using c programming language.
In this example, the user is asked to enter two integers. Then, the sum of these two integers is calculated and displayed on the screen.
To understand this example, you should have the knowledge of the following C programming topics:
- C Data Types
- C Variables, Constants and Literals
- C Input Output (I/O)
- C Programming Operators
Flow chart
