% Modulus Operator and remainder of after an integer division B % A will give 0 ++ Increment operator increases integer value by one A++ will give 11 --Decrement operator decreases integer value by ...
This is the collection of source code that is given in the online book of https://www.tutorialspoint.com. Some program has been modified a little bit.