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

How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


how to reverse string "Hello World" by using pointers only. Without any temp var

1 Answers  


what value is returned to operating system after program execution?

0 Answers  


What is union in c?

0 Answers  






1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


What are advantages and disadvantages of recursive calling ?

12 Answers   College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,


Why c is called procedure oriented language?

0 Answers  


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


write the program to find multiplication of 2-D matrix??????????

1 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


Categories