Q:

Find out the Output int main() { int a = 10.5; printf("%d",a); return 0; }

0

Find out the Output

int main() { int a = 10.5; printf("%d",a); return 0; }


  1. Output : 10
  2. Output : 10.5
  3. Output : 0
  4. Output : 11

All Answers

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

Correct Answer:

Output : 10

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

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now