Modular division operators

Current Categories - C-programming
 
*Modular division operators – It is a Binary operator.It is used to find out remainder of a number.

Symbol Name
% Modular

Example-let us make a programm,which will take two numbers(operand) and find out remainder.
 

*Output-

enter two number:10 4
The Remainder is:2
 
MyFreeCopyright.com Registered & Protected
facebook-logo