What are the techniques you use for debugging?
Answer Posted / 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 |
Post New Answer View All Answers
Is multimap sorted c++?
What are the uses of c++ in the real world?
What is friend class in c++ with example?
Difference between inline functions and macros?
What is #include cstdlib in c++?
Declare a class vehicle and make it an abstract data type.
What is c++ similar to?
Is c the same as c++?
We use library functions in the program, in what form they are provided to the program?
Write about the various sections of the executable image?
Why is "using namespace std;" considered bad practice?
Describe new operator?
What language is a dll written in?
What is the difference between struct and class?
How did c++ start?