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?



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

When copy constructor can be used?

4 Answers   Symphony,


What are the unique features of C++.

0 Answers  


How do you flush a buffer in c++?

0 Answers  


What is the difference between a constructor and a destructor in C++?

1 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


How does a C++ structure differ from a C++ class?

0 Answers   NIIT,


How do you initialize a string in c++?

0 Answers  


How would you find out if a linked-list is a cycle or not?

0 Answers  


How important is c++?

0 Answers  


What is c++ virtual inheritance?

0 Answers  


How to construct muliton object

2 Answers   Symphony, TCS,


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


Categories