answersLogoWhite

0

Can you run a C program in Unix?

User Avatar

Anonymous

13y ago
Updated: 8/16/2019

Obviously. Unix is the original C platform.

Also, the original A and B platform. :)

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can you debug a C program in Unix?

You can debug C programs using gdb on Unix.


On which OS platform c pgm run in unix?

unix.


Which commands are used to compile and run c program?

Platform dependent. For unix: cc -o myprogram myprogram ./myprogram


How do you run a Unix program?

By typing its name into the shell


Is Unix is a type of utility program?

No, Unix is an operating system program. A utility program cannot run by itself; it runs under an operating system.


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)


Can you run an ASP program on Unix or Linux?

http://www.apache-asp.org/


How do you run a C program on SunOS?

A "C" program has to be compiled to machine code on any Unix system, whether it is Solaris or some other version. After compiling the program, execute it by typing in the name of the compiled program created by the "C" compiler. The standard name is 'a.out', but it could be named anything you want.


The first major program written in C was the what opserating system?

Unix kernel


What command should be given to compile a C program from the command prompt?

You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.


Where is the c program stored?

Text files, mainly. The name of the files usually ends with .C and .H (lowercase in unix).


How do you Find size of a file using c program?

OS-dependent.stat for unix, FindFirstFile for Windows.