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
What is performance tuning? What are tools of performance testing?
What is the purpose of scrapper ring
What is ctrl g?
Write the basic structure of the html template?
What is SilverLight ? Can SilverLight run in other platforms other than window?
Where do I put style tag?
What is mean by abstract data type?
What is the syntax of packed number?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
behaviour of capacitor & inductor in ac circuits at t=0 & t=infinity.
Can we have multiple sessionfactory in hibernate?
What are the methods of measurement? Describe it shortly
How to get current environment in laravel 5?
What are the components of a robot?
What is the basic of c++?