-
With every use of memory allocation function should be used to release allocated memory which is no longer needed ?
a) dropmem() b) dealloc() c) release() d) free()
-
#include <iostraem> Referring to the sample code above ,which of the following could you use to make the standards I/O Stream classes accessible without requiring the scope resolution operator ?
a) using namespace std::iostream b) using namespace std; c) using namespace iostream ; d) using iostream;
-
Which group does Winrunner, Load Runner, SQA Suite fall under ?
a) Databases b) Automated Test Tools c) Operating Systems d) Rapid Application Development Tool
-
Which of the following best explains life cycle of Defect ?
a) Defect Found -> Defect Logged -> Defect Debugged -> Defect Closed -> Defect Rechecked b) Defect Found -> Defect Debugged -> Defect Reported -> Defect Rechecked -> Defect Closed c) Defect Debugged -> Defect Found -> Defect Closed -> Defect Reported -> Defect Rechecked d) Defect Found -> Defect Logged -> Defect Debugged -> Defect Rechecked ->...