What are the techniques you use for debugging?
Answer / chaitanya raj budumuru
By pressing F8 key then there's a window appears and there
we have to write all the variables that we had used so far
in the programme and press enter then the initial values of
those variables taken as garbage if the variable not
assigned any value or the assigned value will be displayed
at bottom of the code seperated by a line.
By pressing F8 Key continuesly debugging will be
happened and somme times output screen also will appear and
the values of variables also changed according to the logic.
This is the debugging process in c++ as well as c also.
| Is This Answer Correct ? | 5 Yes | 5 No |
What are activex and ole?
What do you mean by inheritance in c++? Explain its types.
why all c++ program must have default constructor?
please help to write the code of chess game in c++??????????
Is linux written in c or c++?
Write bites in Turbo c++ Header ("Include") Files.
Write a Program to find the largest of 4 no using macros.
daily Routine of father
What are stacks? Give an example where they are useful.
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is istream and ostream in c++?
Define a pointer to a data member of the type pointer to pointer?