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 |
Describe delete operator?
What is scope operator in c++?
How const int *ourpointer differs from int const *ourpointer?
What is a .lib file in c++?
What is the meaning of string in c++?
Explain Memory Allocation in C/C++ ?
How to demonstrate the use of a variable?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is the c++ programming language used for?
Is map ordered c++?
Is c++ the hardest programming language?