what is the difference b/w compiler and debugger?
Answer Posted / 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 |
Post New Answer View All Answers
What is c value paradox explain?
what is uses of .net
What is identifier in c?
Why do we need volatile in c?
What is a example of a variable?
Do pointers need to be initialized?
Describe dynamic data structure in c programming language?
Compare interpreters and compilers.
Can you please explain the difference between malloc() and calloc() function?
Explain how do you use a pointer to a function?
What does s c mean on snapchat?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How can I ensure that integer arithmetic doesnt overflow?
I need a sort of an approximate strcmp routine?
When we use void main and int main?