Answer Posted / e-mail
A compiler is used to convert the high-level languages into
machine language. it checks the errors in programs like
compile errors, linkage errors etc...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between void main and main in c?
Explain what are the different data types in c?
What is character set?
How can I open files mentioned on the command line, and parse option flags?
What are the types of type specifiers?
What are the types of pointers in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Differentiate between calloc and malloc.
Explain what is a static function?
Is anything faster than c?
how to capitalise first letter of each word in a given string?
What is the difference between char array and char pointer?
What does calloc stand for?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is difference between arrays and pointers?