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 difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
What is volatile in c language?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Write a C program that reads a series of strings and prints only those ending in "ed"
What is array in c with example?
write a program in c to print **** * * * * ****
How can I read a directory in a c program?
What is difference between main and void main?
write a program to print %d ?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
Define Spanning-Tree Protocol (STP)