What are the debugging methods you use when came across a problem?
Answer / nakul kumar
Debugging with tools like :
GDB, DBG, Forte, Visual Studio.
Analyzing the Core dump.
Using tusc to trace the last system call before crash.
Putting Debug statements in the program source code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the need of a destructor?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What are the characteristics of friend functions?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
3- Write a program to find larger and smaller of the two numbers.
What is c++ manipulator?
What is array give example?
What is a .lib file in c++?
What are the manipulators in c++?
What do you mean by inheritance in c++? Explain its types.
How do I exit turbo c++?
Difference between pointer to constant and constant pointer to a constant. Give example.