Discuss Forum

1. what is the output of the following C code ? int main () { int i =0 int x = i ++, y =++i ; printf("%d %d/n", x,y); return 0}

  • A. 0,2
  • B. 0,2
  • C. 0,2
  • D. 0,2

Answer: Option B

Explanation:


Post your comments here:

Name:
Mobile:
Email:(Optional)

» Your comments will be displayed only after manual approval.