answersLogoWhite

0

C compilers are available on quite a lot of OS's, like Unices, Windows, DOS, BS2000...

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

Why wr are using c programming?

C/C++ is used to write system softwares. The whole of UNIX operating system is written in C language.


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.


How do you add printer in turbo C plus plus?

Adding printers is a function of the operating system. The operating system should also provide facilities that allow you to enumerate all printers registered with the operating system.


How can you make c and c plus plus language compatible with 64 bit operating system?

Language definitions (specifications) are independent of any Operating System. That is, neither the C nor C++ language specification has any dependence on a specific Operating System's features or the underlying hardware platform.However, when implementing a C or C++ compiler on a specific Operating System and hardware platform, a variety of choices must be made. The Compiler implements the C or C++ language specification. Those specifications often give the compiler a choice in how to allow a certain feature to behave.The most common choice is the default size of and Int and a Pointer. Neither the C++ nor C language require a certain specific size, and thus, compiler designers are free to chose.


Define the role of C programming in the development of software?

All operating system are made using c-based language.

Related Questions

Which language is used to design a operating system?

An operating system is mostly developed in C. C++ is less common, but used by several OS developers. There also is some operatingsystems developed in Pascal and Ruby. The last (ruby) used an interpreter in C. To load the operating system, you need a bootloader. Which is at least partially written in assembler.


Why wr are using c programming?

C/C++ is used to write system softwares. The whole of UNIX operating system is written in C language.


Which programming language is used to develop Linux operating system?

C, C++ and scripts in Bash, Perl and Python


Which programming language is used to develop ms dos operating system?

C and Pascal ..


Which language is used to design operating systemwindows designed by which language?

Mostly operating systems are developed by assembly languages and C. Windows operationg system is developed by Visual C++


What does systemdrive mean?

SystemDrive is an environment variable in Windows that typically represents the drive on which the Windows operating system is installed (usually C:). It is used by the operating system to locate system files and directories.


Where is operating system?

The operating system on a computer is installed on your hard drive, usually under c:


What is an operating system in c?

I guess you mean operating system written in C language. Two examples: Unix (and derivatives), MS Windows.


Where is operating system situated?

The operating system on a computer is installed on your hard drive, usually under c:


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 is difference between c language and opearting system?

An operating system is a program that can be written in C


Why C programming came into existence?

The C language was created for a specific purpose: to design the UNIX operating system (which is used on many computers).