C Program for explaining the division operation, for getting quotient and remainder.
PROGRAM:
Sample Output: ( using GNU GCC Compiler with Code Blocks IDE )
Enter the dividend: 26
Enter the divisor: 5
The Quotient is: 5
The Remainder is: 1