Compare interpreters and compilers.


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

Post New Answer

More C Interview Questions

Is main is user defined function?

0 Answers  


What is context in c?

0 Answers  


Which is best linux os?

0 Answers  


What is the meaning of typedef struct in c?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,


What is the difference between malloc() and calloc() function in c language?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,


Can you please compare array with pointer?

0 Answers  


What does the c in ctime mean?

0 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  


difference between ordinary variable and pointer in C?

2 Answers  


Categories