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 dev c++ used for?
When to use “const” reference arguments in a function?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What is the output of the following program? Why?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What is the benefit of c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is a Default constructor?
what is Loop function? What are different types of Loops?
What is the difference between while and do while loop? Explain with examples.
What is doubly linked list in c++?