answersLogoWhite

0

Which OS is build in c compiler?

User Avatar

Anonymous

17y ago
Updated: 8/16/2019

Windows Xp and all before it (win 2000, Me, 98 and so on), and many Linux systems.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

It is possible to build a C compiler on top of a C compiler?

It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.


How do you compile a c program in windows OS?

First, install a C-compiler.


Which os is build in Java compiler?

Java compiler available on multiple platforms, the class files it generates are platform-independent.


How do you build c plus plus compiler to java?

Not possible.


How do you use dos prompt in C programming for turbo c compiler?

Use "OS Shell" from File menu.


How To Build An OS?

try using C/C++ ,google?


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....


How do you build c plus plus programs using netbeans IDE?

Netbeans is primarily a code editor and Java compiler. Although it supports the C++ language, it has no C++ compiler or linker. For that you must provide your own.


How do you create an operating system?

You have to use Assembly. It is possible to create an OS with c or c++, but some portions of the OS MUST be in Assembly. Try googling for an assembly compiler (cuz i cant help u with the Assembly part) and for some OS source code.


No of pixel in c compiler?

There are no pixels in the C compiler!


Difference between Apple Mac and Intel c compiler?

Apple provide the GCC (GNU Compiler Collection) compiler with their development tools which come free with the Mac OS X. Intel produce a version of their compiler for the Mac platform. For specific details see the links below.


What would happen if you run a C plus plus on a server?

You cannot run programming languages on a server. Or on a client, either.However a program made with a c++ compiler will run on a server or workstation as long as the compiler targets the OS of said server/workstation.(I have used the term compiler very loosely for the sake of brevity.)