#include #include using namespace std; int main() { cout << " I am process " << getpid() << endl; while (1); return 0; }