answersLogoWhite

0

Yes.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the name of the C compiler used by Linux?

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


What is the C complier that is commonly used on Linux?

The GNU C Compiler (GCC).


Is there a free service that compiles C programs for Linux?

Linux generally comes installed with the free gcc compiler. MacOSX does too. But when you compile a program with gcc, it runs on the platform under which it was compiled. Therefore, programmers on OSX that need to deliver a Linux binary need to use gcc's cross-compiler mode to produce Linux binaries.


Difference between gcc compiler and other or benefits of gcc over c compiler?

gcc is a c compiler among many other things. It can also be used to compile code in other languages. gcc is a fairly advanced compiler and is used to compile Linux along with most other free(as in free speech) software.


What is the difference between GCC compiler and turbo c compiler?

1. The Gcc compiler cna support multiple languages such as c,c++,Java,Fortran,Pascal etc.... Whereas in turbo c cpmpiler,it doesn't support multiple languages. 2. GCC compiler is a free software,... Whereas in turbo c cpmpiler , it is not a free software. 3. The GCC compiler is is a portable compiler,it runs on most plateform avilable today... Whereas in turbo c cpmpiler, it is not a portable compiler.


C compiler for 64bit computer?

Platform-dependent (Windows, Linux, AIX, MacOs etx), but gcc seems to be a safe bet.


Does the declaration in C char far ptr work on a gcc compiler?

The far keyword is not accepted by gcc compiler and hence it will show the error. 'far' allows you to access a physical memory address directly which is not allowed in modern operating systems like windows or gnu/linux. I think far works on DJGPP - a dos compiler.


What command do you use to find the version of the GCC compiler?

gcc --version


How do you find the version of GCC in Linux?

gcc --version


What is GCC Linux?

GCC is the GNU Compiler Collection (Originally GNU C Compiler) See the related link. It is a collection of "compiler software", that is used to convert human readable source code into binary programs the computer can actually understand and run. it supports several programming languages like C, C++, Java, FORTRAN, etc.


How compiler do compilation?

Use a compiler program, such as bcc, gcc, javac, etc.


What are the importance of turbo c?

i came to know about that turbo c compiler is having 32 number of disadvantages........ i know about 10-12 disadvantages and i am sharing those wid u .... 1) Turbo c is a 16bit compiler ... means it can access about 16bits of data at a time... 2)Turbo c is based upon 8086 microprocessor... and it can run on x86family.... 3) Turbo c is derived from MS-DOS whereas GCC compiler which runs on linux..is a very good one as compared to Turbo C compiler..,.. 4)Also we cant do ODBC and Networking programming over the Turbo C comiler whereas we can do above programming in GCC compiler successfully by installing one ODBC library in it.... 5)we cant do graphics programming over here, rather we can do graphics programming. in GCC compiler using Glad Interface... 6) Turbo C compiler can access only 1mb of RAM, which is a demerit...whereas GCC compiler can access 4gb OF MEMORY.. 7) 7) Turbo C compiler is based upon MS DOS operating system.. which is a single process operating system..whereas GCC Compiler is based on 80386 processor(LINUX) and it is multiprocess operating system.....