what is compiler

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


Please Help Members By Posting Answers For Below Questions

What is C language ?

1722


Explain about C function prototype?

831


Can we declare a function inside a function in c?

812


Does sprintf put null character?

796


Where can I get an ansi-compatible lint?

894


Why should I prototype a function?

850


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

881


What is else if ladder?

805


What is the difference between union and structure in c?

783


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

812


Is there a way to compare two structure variables?

854


Where are the auto variables stored?

861


Why array is used in c?

775


What is a wrapper function in c?

842


Can we access array using pointer in c language?

855