Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Write about the role of c++ in the tradeoff of safety vs. Usability?

1128


What are the two types of comments, and how do they differ?

1211


What is recursion?

2378


What is problem with overriding functions?

1117


State the difference between delete and delete[].

1167


What is the difference between an enumeration and a set of pre-processor # defines?

1453


Describe linkages and types of linkages?

1046


Can create new c++ operators?

1066


What is a local variable?

1133


What are the four main data types?

1137


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

2247


Can we specify variable field width in a scanf() format string? If possible how?

1353


What is endianness?

1152


Explain the difference between static and dynamic binding of functions?

1120


Write about a nested class and mention its use?

1164