answersLogoWhite

0

How do you run a process by C programming?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

With OS-dependent library functions. In unix it can be 'fork', in Windows, 'CreateProcess'.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run a process by C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Programming process of c language?

Write the source program. Compile. Link executable. Run it.


What an application can run in c but not in c?

Both C and C are programming languages, they don't run applications.


Is the Acer Notebook 15 Suitable for programming?

Depending on what language you are programming it may or not run. However most of the major languages (C, VB, C++, C#) you should be able to run it.


Why c is called sequential programming language?

because c is step by step process


What is the programming language to run a real time process control system for a manufacturing plant?

I am pretty sure that most programming languages will work for this.


What is c and c in computer programming?

C and C++ are both high-level programming languages.


Does the iPod use Java programming?

The iPod uses Objective-C as its programming language. You may install an additional app that can run Java on your iPod device, however.


Create a spiral in C programming?

create spiral in c programming?


What is the use of c compiler in windows?

The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.


What has the author Robert Lafore written?

Robert Lafore has written: 'Object-oriented programming in Microsoft C++' -- subject(s): Object-oriented programming (Computer science), C++ (Computer program language), C. 'Microsoft C. Programming for the I.B.M.Personal Computer' 'Object-oriented programming in C++' 'Windows Programming Made Ridiculously Easy Book' 'The Waite Group's C Programming Using Turbo C++ (The Waite Group)' 'Microsoft C programming for the IBM' 'The Waite Group's Microsoft C programming for the PC' -- subject(s): C (Computer program language), IBM microcomputers, Microsoft C (Computer program), Microsoft C., Programming


When was C - programming language - created?

C - programming language - was created in 1972.


What is a C compiler as used in C programming?

In C programming, C compiler is user to translate C source into C object module.