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 is the difference b/w compiler and debugger?

Answers were Sorted based on User's Feedback



what is the difference b/w compiler and debugger?..

Answer / issamux

compiler =>
simple text -> program .exe
debugger =>
permit to load an exe and view the code machine and flag
CPU register statut and value
=> to see the execusion of a exe program
:)

Is This Answer Correct ?    17 Yes 7 No

what is the difference b/w compiler and debugger?..

Answer / saurabh tripathi

it is not a proper answer with example. define properly.

compiler =>
simple text -> program .exe
debugger =>
permit to load an exe and view the code machine and flag
CPU register statut and value
=> to see the execusion of a exe program
:)

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More C Interview Questions

find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


what is a non volatile key word in c language?

1 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


How will you allocate memory to double a pointer?

1 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


What is the main differences between C and Embedded C?

9 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


how to compare two strings without using strcmp() function??

1 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


What are the string functions? List some string functions available in c.

0 Answers  


Categories