what is compiler

Answers were Sorted based on User's Feedback



what is compiler..

Answer / fazlur rahaman naik

the compiler has various definations
one of them is as follows.


A program that translates a high level symbolic language to
a low level machine language

Is This Answer Correct ?    4 Yes 0 No

what is compiler..

Answer / mahendra giri

compiler is translator,which translate source code to target

Is This Answer Correct ?    2 Yes 1 No

what is compiler..

Answer / guest

A compiler is a software program which is used to compile
the program written in computer language to the normal
language and return the o/p to the user in normal form.

Is This Answer Correct ?    2 Yes 1 No

what is compiler..

Answer / ramesh

A Compiler that translates the sources to binary code
language

(or)
A compiler that converts the high level language to low
level language.

Is This Answer Correct ?    1 Yes 0 No

what is compiler..

Answer / 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

what is compiler..

Answer / 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

More C Interview Questions

Is there a built-in function in C that can be used for sorting data?

0 Answers  


What is enumerated data type in c?

0 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


What are the different types of data structures in c?

0 Answers  






Why isn't it being handled properly?

0 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


how do we remove the printed character in printf statement and write next it it

1 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


what is c programming?

3 Answers   TCS,


what is the difference between strcpy() and memcpy() function?

2 Answers  


Categories