what is compiler

Answer Posted / mrs.ahmer

A compiler is a computer program (or set of programs) that
transforms source code written in a programming language
(the source language) into another computer language (the
target language, often having a binary form known as object
code).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is flag a keyword in c?

909


What is new line escape sequence?

1029


code for replace tabs with equivalent number of blanks

1906


What is the value of h?

798


How to find a missed value, if you want to store 100 values in a 99 sized array?

1084


What is c language in simple words?

816


Explain the use of function toupper() with and example code?

862


Explain the use of #pragma exit?

912


Why is sprintf unsafe?

812


Explain the Difference between the New and Malloc keyword.

878


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

913


What is character constants?

901


4. main() { int c=- -2; printf("c=%d",c); }

1565


What is a stream in c programming?

823


how can I convert a string to a number?

802