What are the techniques you use for debugging?



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

Post New Answer

More C++ General Interview Questions

What is a manipulator in c++?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


What is the difference between a reference and a pointer?

0 Answers  


What is the difference between while and do while loop? Explain with examples.

0 Answers  


How is static data member similar to a global variable?

0 Answers  






write a program in c++ to implement stack using functions in header file stack.h

3 Answers   Google, Subex,


What are default parameters? How are they evaluated in c++ function?

0 Answers  


what is oops and list its features in c++?

0 Answers  


Why do we use iterators?

0 Answers  


What is the use of structure in c++?

0 Answers  


What is the main purpose of c++?

0 Answers  


What is &x in c++?

0 Answers  


Categories