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 |
Implement strcmp
What is constructor and destructor in c++?
write a program that takes two numbers from user that prints the smallest number
What is fflush c++?
In c++, what is the difference between method overloading and method overriding?
What is function overloading in C++?
Explain binary search.
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Where are setjmp and longjmp used in c++?
Is c++ the best programming language?
Why do we use structure in c++?
Adobe Interview & Adobe Placement Paper