Computer Science, asked by Vishal101100, 8 months ago

hlo Guys....


Which compiler is used in C programming language??​

Answers

Answered by itzshrutiBasrani
3

Explanation:

There are many compilers for C, but we will focus on a free open source version called the Gnu C compiler. (Actually we will use the Gnu C++ compiler, but all C programs compile using this compiler).

Answered by smartbrainz
1

C programming language is a high-level language that requires to be converted to low-level language,by a compiler.

  • C programming language is a high-level language which is extremely user-friendly for programmers but needs to be converted to a low-level language so that the computer is able to understand it effectively. This is where the role of compilers comes into play. Following are some of the compilers that have been used to compile C since a number of years :
  • Turbo C : These are one of the popular and simple compilers that have been used to compile C programming language. They have a good compiling speed, are smaller in size and not very expensive.
  • Tiny C Compiler : These have been devised to work with slow computers having less storage space. It allows automatic execution of programs during compilation by using only command line arguments.
  • Portable C compiler : These were established C compilers,used around mid 70's . These compilers were very durable and had a long life. These could detect errors and could perform validity checks.
  • GCC: GNU Compiler Collection support many programming languages. It can discard dead code pieces. These can also remove redundancy of code.

To know more about C Compilers, visit :

https://brainly.in/question/6320832

 

Similar questions