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 14733f1() { 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 10730Post New Geometric Software Interview Questions
What happened to public folders in exchange 2013?
The ‘logout’ built in command is used to
How many types of linked list exist?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Can an int be negative c#?
Who created numbers?
What is an Azure Enterprise Agreement?
How to do state management in ASP.NET?
Difference between qlikviewd and qlikvieww?
What is hidden property in angular 2?
What is the difference between a generic servlet and http servlet?
What does the porttype element of a wsdl document contain?
What is php and its advantages?
Situation - you want to group employees for their allowances in payroll. How would you do that?
Difference between arraylist and vector.