Reporting Discrepancies as incidents is a part of which phase?
View Answer Report Error Discuss
Rewrite the following set of statements using conditional operators.
int a =1, b ;
if ( a > 10 )
b = 20;
int a = 1, b , dummy;
a > 10 ? b = 20 : dummy =1;
Note that the following would not have worked:
a > 10 ? b = 20 : ;;
View answer Workspace Report Error Discuss
"Shakti Sthal" is the memorial of who of the following Indians ?
Gateway-to-Gateway protocol is a protocol formerly used to exchange routing information between Internet core routers.
It is a protocol formerly used to exchange routing information between Internet core routers.
View Answer Workspace Report Error Discuss
karl Landsteiner discovered
Who of the following was the personal physician of Kanishka and also the author of a famous treatise on the Indian system of medicine
National Institute of Nutrition is located at which of the following places?
A supertype/subtype hierarchy has which of the following features?