what is the difference b/w compiler and debugger?
Answer Posted / 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 |
Post New Answer View All Answers
What are valid operations on pointers?
How is null defined in c?
What is the use of getchar functions?
What are logical errors and how does it differ from syntax errors?
How can I read/write structures from/to data files?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
How do we declare variables in c?
What is the difference between fread and fwrite function?
Tell me what are bitwise shift operators?
What is sizeof int in c?
When should a type cast be used?
What is FIFO?
Are there any problems with performing mathematical operations on different variable types?
what type of questions arrive in interview over c programming?