answersLogoWhite

0

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

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is difference between c language and opearting system?

An operating system is a program that can be written in 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.


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.


Which operating system closely related to C language?

its UNIX I think :)


Is Microsoft Windows written in c language?

No. The bulk of the Windows operating system is 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++


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.


What is an android operating system?

Android is an operating system made by Google for cell phones. It is the operating system of the popular Motorola Droid. It is programmed in the C++ programming language, and is Unix based.


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

C and Pascal ..


In which language UNIX Operating System is developed?

C mainly, with a few Assembly inserts.


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.


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.