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
Explain what is the benefit of using #define to declare a constant?
There seem to be a few missing operators ..
What is a built-in function in C?
What is string concatenation in c?
Which is better malloc or calloc?
What is void main () in c?
Are there any problems with performing mathematical operations on different variable types?
Is swift based on c?
What is a rvalue?
Which function in C can be used to append a string to another string?
What does %c do in c?
What is call by value in c?
Is multithreading possible in c?
What are the preprocessor categories?
Can we change the value of constant variable in c?