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 are the two types of polymorphism?

0 Answers  


What do you mean by funtion prototype?

0 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


How do c++ struct differs from the c++ class?

0 Answers  


Explain the difference between class and struct in c++?

0 Answers  






Does c++ have string data type?

0 Answers  


what is c++

0 Answers  


What is the Difference between "vector" and "array"?

15 Answers   Covansys, Gambit, TCS, Wipro,


What are the differences between new and malloc?

0 Answers  


What is the two main roles of operating system?

0 Answers  


Why is "using namespace std;" considered bad practice?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Categories