answersLogoWhite

0


Best Answer

Windows is an Operating System, it doesn't use compliers... you, on the other hand, can use many different compilers under Windows.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the name of the C compiler used by Windows?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 use of c compiler in windows?

The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.


How do you compile a c program in windows OS?

First, install a C-compiler.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.


How do you run c or c plus plus in windows 7?

You should install a C or C++ compiler first.


What is a C compiler as used in C programming?

In C programming, C compiler is user to translate C source into C object module.


What is the name of c sharp compiler?

csc.exe


What is cross compiler?

A cross-platform compiler can compile applications for multiple platforms, such as Windows, Linux, and Mac. An open-source cross-platform compiler is GCC (the GNU C Compiler). A cross-platform compiler uses a language that can be compiled on to multiple targets, such as C, C++, or haxe. It is required to compile the same source code multiple times, one for each target platform; a program such as make can be used to reduce the number of commands the user actually executes to just a single command.


C code for?

It's used to make simple program using a compiler such as visual basics which is a windows program that makes .exe files. C was made so programmers could easily and quickly make programs, a compiler convert the C coding into binary and allows it to be opened with your specifix operating system.


It is possible to build a C compiler on top of a C compiler?

It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.


No of pixel in c compiler?

There are no pixels in the C compiler!


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

The GNU C Compiler (GCC).