Problem
Write a program in C language that creates n dummy processes, and execute it in your shell. Each of these dummy processes will echo their PID and their niceness, and redirect that echo to a file (to avoid concurrency this does not have to be the same file). Note: we are automatically setting the priority of these processes to a random value between 120 and 139. We do this question is linux system and run in terminal.