21. fork() and execl() combination
Write a C program using `fork()` to create a child process that executes the `whoami` command using `execl()`. Print the output of the child process in the parent process.
It looks like you're new here. If you want to get involved, click one of these buttons!