a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
6 14995f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
5 10978Post New Geometric Software Interview Questions
Does spring boot need web xml? : Spring Boot
What are the error handlers provided by camel?
What is the use of endl in c++ give an example?
How do I open iis manager from command line?
How to check if a record exists in a mysql database php?
How do you do exponents in java?
Explain session tracking and its importance?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
suppose we have 400 users in that 300 can able to connect to the Database and 100 cannot
Where do you found that you can't use winrunner for automation?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Can I install 64 bit windows?
How can we remove the duplicates from flat file source?
difference between transient & Steady state response?
Can you inherit from multiple classes in c#?