Compare interpreters and compilers.


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

Post New Answer

More C Interview Questions

difference between ordinary variable and pointer in C?

2 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


What are the different types of endless loops?

0 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,






Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

0 Answers   IBM,


What do you mean by keywords in c?

0 Answers  


What is extern c used for?

0 Answers  


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


Which is better between malloc and calloc?

0 Answers  


Categories