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

Are the expressions * ptr ++ and ++ * ptr same?

673


What is getch () for?

681


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

763


Explain what is the benefit of using #define to declare a constant?

614


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

610






Explain 'bit masking'?

659


c program to compute AREA under integral

1818


What is a lvalue

668


What are the scope of static variables?

607


How does placing some code lines between the comment symbol help in debugging the code?

550


What does s c mean in text?

621


What is the argument of a function in c?

579


What is the use of putchar function?

655


What does malloc () calloc () realloc () free () do?

564


What is a function in c?

577