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 4275Post New Elysium Interview Questions
Can you explain why software is called a product?
Tell me what is the main difference between php 4 and php 5?
Do you have anything to ask us?
How can we do server-side rendering in React?
In which language is the Ambari Shell is developed?
Which category the java thread do fall in?
What is the use of extended interval match function()?
Define the purpose of the partition function in mapreduce framework
Define swelling?
How many document types are defined for atom feed files?
Explain which all events will perform an ios application in background
What is a module and what does it contain?
What is the microsoft version of javascript?
What are views in mysql?
What is git bash?