what is compiler?

Answers were Sorted based on User's Feedback



what is compiler?..

Answer / abhishek

it is translater which convert hll in machine language.

Is This Answer Correct ?    3 Yes 1 No

what is compiler?..

Answer / mohit

it is a translator which translate high level language to machine language

Is This Answer Correct ?    3 Yes 1 No

what is compiler?..

Answer / raj

It is translator which coverts high level code to object code

Is This Answer Correct ?    1 Yes 1 No

what is compiler?..

Answer / sarjeet singh

it is a converted midel level language to machini language

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More STL Interview Questions

Can we use stl in coding interviews?

0 Answers  


what is use of for loop?

9 Answers   Wipro,


Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 Answers   Sun Microsystems,


Is stl part of c++ standard?

0 Answers  


what is an algorithm in terms of STL?

1 Answers   Lucent, Wipro,






i want a road rash 3d game code if some one know please help me

1 Answers  


Difference between Structure and Class in C++?

5 Answers   Caritor,


What is the stl, standard template library?

0 Answers  


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

0 Answers   Ascent,


what is c++

2 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers  


Categories