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
i got 75% in all semester am i eligible for your company
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
how to make a scientific calculater ?
What is a stream water?
Explain what is the benefit of using const for declaring constants?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
Differentiate abs() function from fabs() function.
Is c is a low level language?
Describe static function with its usage?
What is c system32 taskhostw exe?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What does a function declared as pascal do differently?
Why enum is used in c?
What’s the special use of UNIONS?