answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How run smaco program of system program in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is execution with respect to c language?

Synonym for program-run.


What is language migrator?

language migrator makes a program compatible to all the operating systems. For example a program written in windows can run in linux using language migrator.


Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


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 is single programming operating system?

A single program operating system allows only one program to run at a time.


What is the meaning of application in computer language?

An application is a program (generally an executable file .exe) that can be run on your system. Windows Media Player would be an application, as would Internet Explorer.


What is Program execution in operating system?

Program Execution means that you open or run a program installed at the computer. my question how to do program execution


How do you run a assembly language program?

You must run the assembly source code through the appropriate Assembler program in order to produce machine code for the computer and operating system you want to run it on. You will need to know which machine and system the code was written for, good assembler programmers put this information in a comment near the beginning of the program to avoid confusion. It is rare for assembler code written for one environment to run on another, although some specialist 'Cross Assemblers' are available for this purpose.


What is the purpose of FIRK system call in UNIX system?

The FORK system call allows a program to create multiple activities in the same program that run simultaneously.


C programming are converted into machine language with the help of?

A software tool called a "compiler" translates C programs into the underlying machine language for the system you are using. The C program is called "source code" and the compiled program is called "object code". If you compile a program that will run on a completely different type of system, then it's called "cross compiling." Cross compiling requires a special compiler. For example, when you compile an application for the iPhone, you're compiling it on an computer that uses an Intel processor, but the actual program will run on an ARM based processor.


How do you run a program in c-language give me answer briefly?

First it needs compiled. The simplest way is to use the terminal and type gcc my_program.c Then to run your program type. ./a.out


Is it true an application run within an operating system?

Nope - the Operating System is a closed program. Applications run as independently as 'extensions' to the core Operating System.