answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

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

Wiki User

12y ago

C is the basis of Unix, upon which Linux is at least in part based.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the C language have to do with the success of Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

In which Language is Linux written?

Linux supports any written language: it understands Unicode natively, so it can display the characters of any language with the appropriate locales included. As far as programming languages, Linux is written in C, but almost any language, from assembly to C to C++ to Python to Perl to .NET can be used on it.


What is the difference between C and Linux?

There is very little difference in the C compiler between Unix and Linux; in some cases (the gcc compiler) it is the same. The differences come in when using system calls; some system calls do not exist in Unix or Linux, although most do. The program I work on compiles the same way (for the most part) between all commercial versions of Unix and several variants of Linux. In other words, the code is fairly portable across platforms.


What is use of c language in real life?

Writing programs in it. Some of them are: linux, windows, bash, Oracle, MySql, Apache


What Services are needed to program in Linux?

To program in linux, you just have to pick out a programming language, and use your favorite text editor or IDE to start programming. Most prodominantly, programs are written in C or C++ and can be compiled with the Gnu C Compiler (gcc) or g++ if your program is in an interpreted language, such as perl or python, you just have to make sure you have the interpreter installed.


What is the Linux program language called?

Linux is a platform, and as such supports a myriad of programming languages. Of these languages C, C++, Java, Python and Perl are very popular, but there are many other programming languages. Some, like Python and Perl are 'interpretive' and similar in this respect to 'BASIC'. C and C++ are compiled, and Java sits somewhere between them.

Related questions

In which Language is Linux written?

Linux supports any written language: it understands Unicode natively, so it can display the characters of any language with the appropriate locales included. As far as programming languages, Linux is written in C, but almost any language, from assembly to C to C++ to Python to Perl to .NET can be used on it.


What language does Linux terminal use?

c


Which programming language is used to create UI windows from scratch in Linux?

Most programs in Linux are written using C or C++.


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


Can you install C language in Linux?

C isn't a program, or something you install; it is a programming language for writing software. Linux and most of the programs that run on it were written in C, and a C compiler and libraries are supplied with most systems, or are readily available.


No of header files are there in 'c' language?

It's 1405 in my Linux box.


What is the difference between C and Linux?

There is very little difference in the C compiler between Unix and Linux; in some cases (the gcc compiler) it is the same. The differences come in when using system calls; some system calls do not exist in Unix or Linux, although most do. The program I work on compiles the same way (for the most part) between all commercial versions of Unix and several variants of Linux. In other words, the code is fairly portable across platforms.


What language was to write Linux?

Linus Torvalds wrote the Linux kernel in C. Other components written by other contributors for other distributions may be in C or 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.


Which programming language is used to develop Linux operating system?

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


In what Language is Linux written?

C with a small smattering of assembler for the boot loader and some architecture-specific optimisations.


What is use of c language in real life?

Writing programs in it. Some of them are: linux, windows, bash, Oracle, MySql, Apache