what is the difference b/w compiler and debugger?

Answers were Sorted based on User's Feedback



what is the difference b/w compiler and debugger?..

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

what is the difference b/w compiler and debugger?..

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

Post New Answer

More C Interview Questions

What is conio h in c?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


Is a pointer a kind of array?

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,






What is the difference between #include <header file> and #include “header file”?

0 Answers  


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


What is function what are the types of function?

0 Answers  


What is a shell structure examples?

0 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


a C prog to swap 2 no.s without using variables just an array?

5 Answers   TCS,


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


Categories