answersLogoWhite

0

A compiler is a comp. Program that transforms source code written in programming language into another comp. Language.the main reason to compile a program is to create an executable program...

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the main specifications of the KML programming language?

The KML programming language includes specifications for features for viewing in Google Earth, Maps and Mobile and other geobrowser programs. The current specification for KML is 2.2.


What is the main feature of the programming language Java Classpath?

Java Classpath is a parameter that tells the Java Virtual Machine or the Java Compiler, where to search for user-defined classes and packages on a computer.


Which programming language is used within HTML documents to trigger interactive features?

Javascript is the main language used, but there are some other scripting languages used too.


Which program uses actionscript as its programming language?

Adobe Flash uses actionscript. It is the main programming language for flash.


Explain the main features or characters of object oriented programming?

adAD


What is the main feature of the c programming language?

High-level language with low-level abstractions.


What is the tag along language?

"Tag along language" typically refers to a programming language, such as JSX in React, that complements another main language by providing additional functionality or features while still utilizing the main language's syntax and capabilities. It often serves to enhance or extend the main language's capabilities for specific tasks or use cases.


What is a programming?

Programming is giving a computer instructions with a programming language such as Python, C#, BASIC, FORTRAN, COBOL, etc. and saving the code into a text document (.txt) or a file with a language specific extension like .py(Python) .cpp(C++), .com(Assembly language (communicating directly with the computers processor)) ,.bas(BASIC) that the computer CANNOT understand, however using an interpreter runs the code without creating an object file(.exe). Compiling that code with a compiler turns that language syntax into machine code (0's and 1's, or in the world of Microsoft, .exe, short for executable) which the computer understands and WILL RUN.Programming looks like:C++ (infamous for a reason :P):#include //


What are the main uses of the T SQL programming language?

T SQL programming language is designed specifically to communicate instructions to machinery, particularly computers. They are used to create programs in which is controlled by language and communication.


Main deffrent between c and cpp?

The main difference between c and c++ is the concept of 'Object Oriented Programming' (OOPS). Thus c does not have the benefits of oops like: 1. abstraction 2. encapsulation 3. inheritance 4. polymorphism etc.


What are the main functions of Javascript?

Javascript can be used on a variety of platforms which require simple computer commands but not a full programming language. Javascript can be used as or in addition to a full fledged programming language.


Discuss features of Java Language?

# interpreted and compiled# simple # robust and secure # platform independent and portable # multithreaded and interactive# object oriented # dynamic and extensible