Home / Report Question

Q. Modulus for float could be achieved by?
  • A. mod(p, q);
  • B. fmod(p, q);
  • C. modulus(p, q);
  • D. p % q