Compare and contrast compilers from interpreters.


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

Post New Answer

More C Interview Questions

who is the founder of c

19 Answers   College School Exams Tests, HP,


write program on arrays

3 Answers   GE, Polycab,


who invented c

13 Answers   IBM,


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


What is the Lvalue and Rvalue?

2 Answers  






I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


what is the hexidecimal number of 4100?

16 Answers   Google,


how to find binary of number?

2 Answers  


Can a function argument have default value?

0 Answers   Genpact,


What is double pointer?

0 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


Categories