#include <stdio.h>
#include <conio.h>
#include <process.h>
int main()
{
// under DOS PSP segment
printf("\n\t Program's process identification");
printf(" number is : %d",getpid());
getch();
}
#include <conio.h>
#include <process.h>
int main()
{
// under DOS PSP segment
printf("\n\t Program's process identification");
printf(" number is : %d",getpid());
getch();
}
0 comments:
Post a Comment