Compare interpreters and compilers.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is a pointer on a pointer in c programming language?

0 Answers  


what is the different between data structure and data type?

1 Answers   Ignou,


What are the applications of c language?

0 Answers  


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


Define function pointers?

1 Answers  






What is the size of structure in c?

0 Answers  


What is preprocessor with example?

0 Answers  


what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


which of 'arrays' or 'pointers' are faster?

5 Answers  


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


What is zero based addressing?

0 Answers  


Categories