Which of the following is not a testing or debugging technique?
a) transparent testing
b) bottom-up testing
c) displaying function names
d) trace of execution
a) transparent testing
Computer Science & Information Technology
You might also like to view...
What is the correct way to call the following function? _________________________
void setDisplay();
Computer Science & Information Technology
Call-by-reference parameters are passed
a. nothing b. the actual argument. c. the value in the actual argument. d. the address of the argument.
Computer Science & Information Technology