Recent questions tagged cprogramming

5 votes
3 answers
1
#includeint main( ){int x=5, y=9;x=(x= x+y)-(y= x-y);printf("%d %d ", x, y);return 0;} A. 9 5B. 5 14C. 14 5D. 5 9
To see more, click for the full list of questions or popular tags.