output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
2 4410Post New Elysium Interview Questions
Can I upgrade from 32bit to 64bit?
What is a function simple definition?
What is synchronous and asynchronous message in SAP PI system?
Why is a constructor needed in a servlet even if we use the init method?
HOW WE CHOOSE EARTH'S POTENTIAL AS ZERO V?
What is difference between fork and branch?
What was the most challenging task you have faced till now?
How a database is related to tablespaces?
What are the benefits of using php?
Why do you publish a data source and workbooks?
When you need to clear the cache to see the changes made in magento?
Explain global warming?
What is a shell command in linux?
Which is faster hashmap or hashtable?
Is int a keyword in c?