answersLogoWhite

0

The GNU C Compiler (GCC).

User Avatar

Wiki User

14y ago

What else can I help you with?

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 is the name of the C compiler used by Linux?

gcc is the most common C-compiler for GNU/Linux platform.


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

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


Can C be used on Linux OS?

Obvious troll is obvious


What Linux command is used for displaying all files with extension .c?

ls *.c


What is the difference between Windows-based C programming and Linux-based C programming?

C programming is just that no matter if the operating system is Windows or Linux. Operating systems usually have an Application Program Interface that is commonly known as an API. The APIs of Windows will be different than Linux because the operating systems are (very) different.


Can c be used on Linux operating system?

GCC is already for the most part preinstalled in many, if not all, GNU/Linux distributions.


What is complier and its types in c?

C compiler is a set of program written in order to convert a user code into an executable code which is understood by a Computer.


Which programming language is used to develop Linux operating system?

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


How you can use pragma in c language?

a preprocessor directive that is not an specified ISO standard that controls actions of complier and linker


How can you make a exe application which needs nothing extra than just the windows OS to run it?

Learn a programming language, most preferably C or C++, because those are the languages most commonly used to write applications. C and C++ programs can also run on *nix systems (UNIX, Linux, etc).


What is cc in Linux?

A C compiler.