Q:

Find out the Output int main() { int a = 5; float b; printf("%d ", sizeof(++a + b)); printf("%d ", a); return 0; }

0

Find out the Output

int main() { int a = 5; float b; printf("%d ", sizeof(++a + b)); printf("%d ", a); return 0; }


  1. 3 4
  2. 5 6
  3. 2 5
  4. 4 5

All Answers

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

Correct Answer:

4 5

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