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 |
Can we distribute function templates and class templates in object libraries?
Do you know what are static and dynamic type checking?
write a program that takes 5 digit no and calculate 2 power that no and print it.
Explain the volatile and mutable keywords.
Which programming language's unsatisfactory performance led to the discovery of c++?
what is C++ objects?
What are the various storage classes in C++?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
Why do we need constructors in c++?
What is functions syntax in c++?
Describe linkages and types of linkages?
What is ios flag in c++?