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 C language ?
Explain about C function prototype?
Can we declare a function inside a function in c?
Does sprintf put null character?
Where can I get an ansi-compatible lint?
Why should I prototype a function?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is else if ladder?
What is the difference between union and structure in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Is there a way to compare two structure variables?
Where are the auto variables stored?
Why array is used in c?
What is a wrapper function in c?
Can we access array using pointer in c language?