answersLogoWhite

0

Can you access c language in dos and unix?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

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

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you access c language in dos and unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is c language available in unix?

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


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.


Why Linux operating system is written in c language?

Because Linux is "sort-of-a-copy-of-Unix" (which is not), and Unix was written in C. C was created to write Unix. Most portable operating systems or serious embedded devices are written in some incarnation of C and C++. Including MS-DOS and earlier copies of Window$ (which I am sure still uses it)


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.


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)


How is the newline formed in c plus plus preprocessor?

\x0a in unix, \x0d\x0a in Win/Dos


Which operating system closely related to C language?

its UNIX I think :)


What can we do in dos based c and that we can't in windows based c?

Access the hardware directly: possible in DOS, not possible in Windows.