answersLogoWhite

0

Is c language available in unix?

Updated: 8/20/2019
User Avatar

Wiki User

8y ago

Best Answer

The C language has implementations for all popular platforms, including Unix.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is c language available in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which came first C or Unix?

Unix was created first. The C programming language was created for Unix.


What programming language was Unix written in?

UNIX was programmed in C.


What programming language is Unix written in?

Unix is primarily written in the C language, with some small snippets of assembler code for low level bootstraps.


What operating system is usually associated with C?

The C programming language was originally created for Unix. Unix, and most other Unix-like systems such as Linux, are written almost entirely in C.


Can you access c language in dos and unix?

You can write, compile and execute C-programs in both DOS and Unix, if that's what you meant.


What has the author C Schirmer written?

C. Schirmer has written: 'Programming in C for UNIX' -- subject(s): C (Computer program language), UNIX (Computer file)


What operating system was associated with the programming language C?

The Unix operating system. The first versions of the Unix operating system were written in the "B" language, and later written in "C", which was invented in order to develop Unix on the PDP-11 machine.


Why is Unix portable?

Unix was rewritten in the C Programming language and not in assembly language. The migration from assembly language to the higher-level language C resulted in much more portable software, requiring only a relatively small amount of machine-dependent code to be replaced when porting Unix to other computing platforms. (mihir)


Which operating system closely related to C language?

its UNIX I think :)


What is the language used in the unix os?

Unix was developed primarily using the C language; there may be a small amount of assembler/machine code used in the boot process as well.


In which language UNIX Operating System is developed?

C mainly, with a few Assembly inserts.


How can you make a file in c language read only?

In UNIX: use function chmod