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
Can I learn c++ without knowing c?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is a stack? How it can be implemented?
What is the use of default constructor?
Why is main an int?
What is flag in computer?
What is the main purpose of c++?
What are the main features of c++?
What is class invariant in c++?
What is difference between class and structure in c++?
What is private, public and protected inheritance?
Explain what you mean by a pointer.
Is there structure in c++?
Can a program run without main?
What does std :: flush do?