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 4209Post New Elysium Interview Questions
What is network in application cache?
what is the index and synonym. i have the definitions ...can any one give me brief explanation.. with regards,
How can you declare the variables function in python?
Define alm (application life cycle management) ?
What is the shortcut key of insert a new row in table?
How to import workflow in maximo 7.1?
What do you mean by Schema Resolution?
Will the asp.net validators run in server side or client side?
What does a cucumber features/ support file contain?
What are the different bindings supported by wcf?
when elecromagnatic waves are propogated in a wave guide?
difference between anonymous blocks and sub-programs.
What is an uris?
How you will store user info (username, password or token) securely in ios?
how can i update the marque in jsp without changing the sourse code