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 how can I manipulate strings of multibyte characters?
Write a program to swap two numbers without using the third variable?
What are operators in c?
What is the purpose of realloc()?
Explain how does flowchart help in writing a program?
Give the rules for variable declaration?
What are the modifiers available in c programming language?
What is the use of function overloading in C?
What does *p++ do?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
what are the different storage classes in c?
the question is that what you have been doing all these periods (one year gap)
how do you execute a c program in unix.
What are the Advantages of using macro
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.