0 0 votes Find the output of the following#include int main() { int x=5, y=9; x=(x=x+y)-(y=x-y); printf("%d %d ", x, y); return 0; } $514$$59$$145$$95$ Others cil-2020 + – Shubham Sharma 2 22 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.