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

Post New Answer

More C++ General Interview Questions

What will happen if when say delete this ?

7 Answers  


What programming language should I learn first?

0 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


What is the latest version on c++?

0 Answers  


What is the latest c++ standard?

0 Answers  


Are there any special rules about inlining?

0 Answers  


How do I use turbo c++?

0 Answers  


Can inline functions have a recursion? Give the reason?

3 Answers  


Can a program run without main?

0 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


Can you please explain the difference between using macro and inline functions?

0 Answers  


Categories