Program to find division of two numbers.
In this program we will show you how to divide one number with another. Take two variable number1 and number1 and use division operator (/) to divide them and store it in another variable divResult, finally print the divResult variable using printf function to see the result.
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