cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Cprogram
Cprogram
Feb 17, 2013 at 1:06pm UTC
Qusai
(1)
write a C program on Linux to fork() a child process. This child process will print the numbers from 1 to 10, and the parent process will print numbers from 11 to 20.
can anyone help me? please
Feb 17, 2013 at 8:44pm UTC
kbw
(9488)
Have you started? We can help, but we can't do it for you.
Mar 8, 2013 at 11:27pm UTC
tcs
(519)
F.e. have a look at your man pages. They specify all system calls like fork totally well.
Topic archived. No new replies allowed.