Can the modulus operator work on double (data type) operands?
If not, can anyone refer me to some website that gives c code which does the modulus operation on double operands?
You may also suggest at least a pseudocode on doing this.