

MCQOPTIONS
Saved Bookmarks
1. |
Find the output of the following#includeint main(){int x=5, y=9;x=(x= x+y)-(y= x-y);printf("%d %d ", x, y);return 0;} |
A. | 14 5 |
B. | 9 5 |
C. | 5 9 |
D. | 5 14 |
Answer» C. 5 9 | |