what is compiler?

Answer Posted / mohit

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

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

1470


what is template and type convertion

2094


What are the components of stl?

718


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2002


What is a stl vector?

710






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.

2069


In what scenario does the Logical file and Physical file being used?

2428


What does stl mean in slang?

730


What are stl algorithms?

713


How connect plc and pc through software

2037


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

1867


Is stl open source?

720


What are the various types of stl containers?

832


Explain stl.

984


write a program to convert a decimal number in to its equivalent binary number?

2165