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 4328Post New Elysium C Interview Questions
How to select batteries required for ups and the inverter if we Known load? And how AH is selected of battery?
What is mysql root?
How to Form Abstract Local Addresses?
State the advantage of sap slt replication?
What is soap? : salesforce integration
How to download and install sql server 2005 books online?
how you can add bookmark to the video in powerpoint 2013?
What does get set mean in c#?
Write a function that swaps the values of two integers, using int* as the argument type?
Can i Connect plsql to django ?
Explain the different modes of operations of the 8086?
What is sql command in ado net?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
What is the difference between user and versatile user?
How to call an apex method in javascript code?