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


Please Help Members By Posting Answers For Below Questions

What is do..while loops structure?

620


Is c++ still being used?

565


What is an iterator?

690


What is difference between c++ and c ++ 14?

578


What is the rule of three?

576






Why is swift so fast?

626


Explain static and dynamic memory allocation with an example each.

650


What do the keywords volatile and mean mutable?

608


What is an overflow error?

623


What's the hardest coding language?

576


What is scope operator in c++?

567


What is iomanip c++?

600


In c++, what is the difference between method overloading and method overriding?

603


How does atoi function work?

628


write a porgram in c++ that reads an integer and print the biggest digit in the number

1773