what is the difference b/w compiler and debugger?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the purpose of main() function?
What is hash table in c?
What is the benefit of using const for declaring constants?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain how can I write functions that take a variable number of arguments?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
what is difference between c and c++
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
how to find the given number is prime or not?
What are file streams?
What is the difference between test design and test case design?
write a program which counts a product of array elements lower than 10.