answersLogoWhite

0


Best Answer

Speed, power, efficiency, well supported libraries, generally. Almost everything (But not absolutely everything.) has at least C bindings one can use.

Not to mention you're guaranteed to have the standard C library to handle a great deal of the core functionality of the program.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Linux,UNIX (this means many different OS's), MS Windows.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Linux is written in C, because C is a well understood, stable language, and it is a good compromise between true high level languages and low level languages such as assembler.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Only a little part of it, which cannot be written in C.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Unix

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why are operating systems written in the C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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 does the C language have to do with the success of Linux?

Very little. C is a very common language to write operating systems in.


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.


Can you add record in middle of the file in c language?

The standard C library-functions do not support record-oriented file-access.Neither do the common operating systems like Windows and Unix.So basically the answer is no.


Linker and loader in c language?

There is no such thing in the C language, but it is true that operating systems have a component called loader which loads binary program-files (whose source may be written in C language) into the memory and prepares them to the execution.

Related questions

In which programming language are operating systems written?

Usually a combination of C++, C and assembly language.


What programming language is ubuntu 12.04 written in?

Linux operating systems utilize many languages. The kernel is mostly written in 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.


How c language helps in operating system?

c language helps to create securities create several programs to build the software{operating systems.


What programming languages are operating systems written in?

C and Assembly.


What have most modern operating systems been written in?

c


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


Is Microsoft Windows written in c language?

No. The bulk of the Windows operating system is written in C++.


What is the OS which is developed in C language?

There are many operating systems developed in C, the most notable of which is Linux.


What operating system is usually associated with C?

The C programming language was originally created for Unix. Unix, and most other Unix-like systems such as Linux, are written almost entirely in C.


Why Linux operating system is written in c language?

Because Linux is "sort-of-a-copy-of-Unix" (which is not), and Unix was written in C. C was created to write Unix. Most portable operating systems or serious embedded devices are written in some incarnation of C and C++. Including MS-DOS and earlier copies of Window$ (which I am sure still uses it)


What operating system was associated with the programming language C?

The Unix operating system. The first versions of the Unix operating system were written in the "B" language, and later written in "C", which was invented in order to develop Unix on the PDP-11 machine.