Q:

Assume the output #include void main() { int x = 5.3 % 2; printf("Value of x is %d", x); }

0

Assume the output

#include void main() { int x = 5.3 % 2; printf("Value of x is %d", x); }


  1. Compile time error
  2. Value of x is 2
  3. Value of x is -2
  4. Value of x is 3

All Answers

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

Correct Answer:

Value of x is 3

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

total answers (1)

Similar questions


need a help?


find thousands of online teachers now