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

What does c mean?

0 Answers  


Differentiate between functions getch() and getche().

0 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


What is && in c programming?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  






What are inbuilt functions in c?

0 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


can we write a c program with out using main

3 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


Categories