Search Results

Search: Posts Made By: saurabh1
Forum: Programming 02-19-2002
4,313
Posted By saurabh1
try running this code... #include <unistd.h>...
try running this code...

#include <unistd.h>
void main()
{
int f;
printf("\n Parent procces ID=%d\n",getpid());
f=fork();
if(f==0)
{
printf("\n Child process ID=%d...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy