Program to find subtraction of two numbers using c programming language
In this example, the user is asked to enter two integers. Then, we we will subtract from one variable from another and displayed on the screen.
Flow chart

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