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

52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


Why we not create function inside function.

0 Answers  


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


Define Array of pointers.

0 Answers  


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,






if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


Explain what are the different file extensions involved when programming in c?

0 Answers  


6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture,


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


Categories