answersLogoWhite

0


Best Answer

None. Operating system doesn't compile source programs.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which compiler is used by operating sysytem?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is the freeware computer operating sysytem?

Windows 95


What is the best compiler can be used to create Java programs?

A Java compiler.


What is the name of the C compiler used by Windows?

Windows is an Operating System, it doesn't use compliers... you, on the other hand, can use many different compilers under Windows.


Which are the operating systems support c plus plus and c?

C and C++ are not directly supported by operating systems. You must use a compiler to convert a program written in C or C++ to a native executable that runs under a particular operating system. In other words, you can use C or C++ under any operating system for which a compiler exists for the desired language.


What are the four types of grammars used in compiler?

-Single pass compiler -Multi pass compiler -Cross compiler -Optimizing compiler


What is the purpose of gcc?

I suppose GCC can have many meanings. The only interpretations that come to mind in context with computer programming are the GNU Compiler Collection or the GNU C Compiler (which is part of the compiler collection).The GNU C Compiler allows creating software in various dialects of the C language family, aimed at a multitude of target processors and operating systems.


What is porting of an operating sysytem?

Porting is the process of modifiying the operating system code to make it run on new CPUs and system architectures. For example, if the operating system was originally written to run on x86 CPUs and was later modified to run on ARM processors.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.


What is yacc?

Yacc is a computer program created for the Unix operating system. It is an acronym for "Yet Another Compiler ".


What is a yacc?

Yacc is a computer program created for the Unix operating system. It is an acronym for "Yet Another Compiler ".


What body systems are used when drinking water on a hot day?

digestive sysytem


What are the purpose of compilers?

When writing a program, you write it in a certain language (java, C++, VB.NET etc.). For the computer to understand that, you need to convert it to computer language. That is what the compiler does.