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
What are the advantages of pointers?
Explain shallow copy?
What is & in c++ function?
What is a class definition?
What is the difference between #import and #include?
What do you mean by volatile and mutable keywords used in c++?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What is the difference between structure and class?
What is name hiding in c++?
What would happen on forgetting [], while deallocating an array through new?
Why do we use classes in c++?
What is set in c++?
What is a class template in c++?
What is the disadvantage of using a macro?
Which is the best c++ compiler for beginners?