Given a simple program designed to take inputs of integers
from 1-1000 and to output the factorial value of that
number, how would you test this program? You do not have
access to the code. Please be as specific as possible.
Answer Posted / arati pradhan
Input 1 --> Check the result
Input 500 --> Check the result
Input 999--> Check the result
Input 1000-->Check the result
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
How the virtual functions maintain the call up?
What is virtual function? Explain with an example
How is data hiding achieved in c++?
How do I tokenize a string in c++?
Explain the isa and hasa class relationships. How would you implement each?
what are function pointers?
Which coding certification is best?
Why c++ is so important?
What are the two types of polymorphism?
Differences between private, protected and public and give examples.
What is difference between n and endl in c++?
Explain how an exception handler is defined and invoked in a Program.
How is modularity introduced in C++?
Discussion on error handling of C++ .
Is linux written in c or c++?