What are the debugging methods you use when came across a problem?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we use iterators?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the use of structure in c++?
What do you mean by “this” pointer?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is exception handling? Does c++ support exception handling?
Explain the difference between overloading and overriding?
Differentiate between C and C++.
When do we run a shell in the unix system? How will you tell which shell you are running?
Can I run c program in turbo c++?
What is #include cmath?
What is data hiding c++?
Can we distribute function templates and class templates in object libraries?
What are the implicit member functions of class?
What are the uses of static class data?