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 13740f1() { 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 9881Post New Geometric Software Interview Questions
What is angular js i18n and l10n language translation?
How to switch between multiple windows in selenium?
What is the mechanism by which conduction takes place inside the semiconductor?
How many types of css are there?
Explain about remote call procedure?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
what is use of apache in web server?
What are computer variables?
Describe number range interval. : fi- general ledger accounting
What is a thread in c?
What is a conclusion in a presentation?
How to validate form in angular 4?
What is a functional interface?
What are PCA, KPCA, and ICA used for?
what operator is used to handle null exceptions in Kotlin?