answersLogoWhite

0

Are all the different OS uses same c language compiler?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

No. While some compilers may exist for multiple operating systems, but a specific version is needed for each one.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are all the different OS uses same c language compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the name of error check technique that uses c language compiler?

Debugging


Which is the host language uses to develop Compiler or interpreter?

You will have to ask the compiler and interpreter writers that question. What I can tell you with certainty, at one time all programs were hand assembled.


How do you say the name Virginia in Spanish?

Virginia. Your name is the same in any language. The spelling will only differ if the language uses a different alphabet.


What are the uses of compiler besides translation?

compiler is complex software compounding of scanner,parser,intermediate code generator , object code generator etc. Actually its tasks is to convert one language to another target language. then it may be possible that source language may be c# ,java , C source code and target language one of them or assembly language code.


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.


Are Greek words spelled the same as English words?

No. They Greek language uses a different alphabet than English.


What are the similarities between compiler and interpreter?

Both compiler and interpreter are the language programs that translates source program into machine code or we can say object code. Both are used to find errors in source program.


How is Japan different to nz?

Japan uses different currency and different language


What is the difference between ANSI C and C plus plus?

C is a programming language and ANSI is the standardization committee. The C language is under the auspices of the ANSI committee, which monitors the grammar and structure of the language in a standard way that compiler writers must adhere to. ANSI C means that it is a standardized version of the C language according to the rules of the committee and should work/compile the same way on any system that uses an ANSI C compliant compiler.


How do you spell Anna in Spain letters?

The Spanish language uses the same Latin (or Roman) alphabet that the English language uses. So, Anna would be Anna.


How are foreign words written?

Each language has its own way to speak and write their words. There are languages like Japanese and Chinese that uses their own characters and read from right to left. Some have the same format as English but uses the same characters but the spelling is different.


What does compiler mean in programming?

A compiler is a program that converts the language into machine code, also known as binary (1s and 0s). Not all programming languages need compilers. Some are assembly and still others can just be straight and utter machine code.