Q:

Which of the following data type will throw an error on modulus operation(%)?

0

Which of the following data type will throw an error on modulus operation(%)?


  1. int
  2. char
  3. float
  4. double

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

float

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C Programming Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Output is #include void main() { int x = 1, y = 0,... >>
<< The statement below is declaration or definition...