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 4324Post New Elysium Interview Questions
Tell me how would you declare a function that receives one parameter name hello?
Explain the concepts and capabilities of data mining?
What is arraylist c#?
What is the list interface?
How internet journalism is different from electronic media?
How to define an anonymous block?
Does hdd last longer than ssd?
What do you mean by organizational units in sap?
How will you determine ranking values?
What is the use of enumerate() in python?
Will windows 10 run 32 bit programs?
Difference between select option and ranges ?
How to marking the building
Do you know what are the properties of the relational tables?
Tell me how to use underscore.js as a template engine?