give me an example for testing a program showing the test path
.show how the test is important and complex.
No Answer is Posted For this Question
Be the First to Post Answer
What is abstract class in c++?
What are the 2 main types of data structures?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is c++ iterator?
What happens when a function throws an exception that was not specified by an exception specification for this function?
What is general format for a prototype?
what is the use of templates?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is "mutable" keyword?
What are the rules for naming an identifier?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What operators can you overload in c++?