Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is compiler..

Answer / dhanshri chabukswar

a compiler act as a translator between you and the computer

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


What is the acronym for ansi?

0 Answers  


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

2 Answers   Aricent, Manipal University,


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


How do I initialize a pointer to a function?

2 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


What is storage class?

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


What does %d do in c?

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


Categories