Home » C Programming » Operators » Question
  1. Which of the following data type will throw an error on modulus operation(%)?
    1. float
    2. char
    3. short
    4. int
    5. None of these
Correct Option: A

float



Your comments will be displayed only after manual approval.