Q:

Predict the output

0

Predict the output

#include int main() { int i; i = 1, 2, 3; printf("i = %d\n", i); getchar(); return 0; }


  1. Output: 1
  2. Output: 2
  3. Output: 3
  4. Output: 123

All Answers

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

Correct Answer:

Output: 1

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
Which of the following is not an output... >>
<< Function used in round off the value...