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 4244Post New Elysium Interview Questions
What do you mean by routing in codeigniter?
Explain ginning?
What is the default Timeout for SqlCommand.CommandTimeout property?
Explain about collection interface in java?
In 1700 ad, this person showed that a series of 0s and 1s could be used to denote a number:
"In boiler, what does steam and smoke goes out to the funnel. What reason?"
What is the tertiary structure of a protein? What are the main types of tertiary structure?
What are "stream" and "block" ciphers?
What is let in node js?
difference between mantis and other tools?
Why do we use different types of data structures?
you understand from the sb-25 manual that the built-in, retractable bounce card is meant for use with the flash head in a vertical position? : Adobe flash
What do you mean by data hiding?
How does android system manage activity’s life cycle?
What is the use of the tsconfig.json file in typescript?