Answer Posted / reejusri
We can test our code by :
1. Dry running
2. Unit testing
3. Ask someone else to input and run your program
Beyond that tester will come into picture.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is a type library?
What are the benefits of c++?
Explain terminate() function?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
int age=35;
if(age>80)
{Console.WriteLine("Boy you are old");}
else
{Console.WrieLine("That is a good age");} What are c++ templates used for? If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first
a) 1
b) 5
c) 3 What new()is different from malloc()? Incase of a function declaration, what is extern means? What are the differences between java and c++? What is the basic structure of c++ program? Differentiate between an array and a list? What is heap sort in c++? What is a container class? What are the types of container classes in c++? Define the process of handling in case of destructor failure?