#include #include using namespace std; int main() { pid_t pid{getpid()}; cout << " My process id is " << pid << endl; return 0; }