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

a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


what is the different between data structure and data type?

1 Answers   Ignou,


what is difference between strcmp & palindrome?

3 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,






Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

0 Answers  


What is a structural principle?

0 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


What is the Lvalue and Rvalue?

2 Answers  


Explain what are the __date__ and __time__ preprocessor commands?

0 Answers  


What is s in c?

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


Categories