answersLogoWhite

0

How do you run a C program on SunOS?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

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.

User Avatar

Wiki User

15y ago

What else can I help you with?