answersLogoWhite

0

Why cant you can do all programs in one compiler?

Updated: 8/16/2019
User Avatar

Wiki User

15y ago

Best Answer

Not all programs are written in the same programming language. Every compiler can translates only one type of language into object code.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why cant you can do all programs in one compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is the host language uses to develop Compiler or interpreter?

You will have to ask the compiler and interpreter writers that question. What I can tell you with certainty, at one time all programs were hand assembled.


What are the programs that are executing during compilation in c?

The only program that executes during compilation is the compiler. The compiler produces one object file for each translation unit compiled. When all translation units are compiled, the object files can then be linked together by executing the linker.


Can you make a sub menu in windows DVD maker?

no you cant but there is other programs that can. unfortunately, all the one that i know are not freeware


Whether MS VC is one pass compiler or multi pass compiler?

one pass compiler


Are programs that translate the source code to object code?

False. A compiler converts source code into object code.


Which compiler is the best one?

IBM's FORTRAN compiler for /390 mainframe.


Is compiler a part of operating system?

compiler basically translator of one language to desired languages...ex-c language to m/c redable format and os is a system software which provides interfaces between applicaton programs and hardware....so os is a interface unit system software and compiler just a translator....


When using CodeBlocks IDE for Linux how do you compile the program you are writing as an EXE?

CodeBlocks is an extensible, cross-platform IDE but it does not come with a compiler nor a linker since they are platform-specific. When you first run the IDE, it will scan your system for all supported compilers and integrate them into your IDE If you have more than one supported compiler, then you must choose the master compiler. But if you have no compiler, then you must add one. To build an EXE you must configure the project's compiler and linker switches according to your chosen compiler. Consult the compiler's own documentation for more information on this.


how to execute all the programs?

One by one.


Which one is better between Compiler and interpreter?

A compiler is a program that takes a programming language like that of java and then translates it into computer language for the software user. The interpreter just ( just like that of a human interpreter) takes the foreign language which would be that of the programming language and turns it into the machine code. Both of these programs take a high-level programming language and translates them into the machine code, but the interpreter is slower to translate than the compiler because of the fact it processes and interprets each statement many times.


How do you run and compile a java applet program?

One can run and compile a Java applet program by agreeing to the terms and downloading it. It is possible to get a compiler online that will compile and run Java programs.


A computer program that converts the entire program into machine language at one time is called?

compiler