adspace


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

daily Routine of father

1485


What is the latest version on c++?

1209


Can union be self referenced?

1267


What character terminates all character array strings a) b) . c) END

1397


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1165