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 disadvantage of using macros?
Write a program to swap two numbers without using third variable in c?
What is the function of volatile in c language?
write a program in c language for the multiplication of two matrices using pointers?
write a programe returns the number of times the character appears in the string
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
What is a method in c?
What is the use of structure padding in c?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
. Write a program to get a string and to convert the 1st letter of it to uppercase
What are control structures? What are the different types?