Given the example programs, compare the wrong and right ways to use `execl()` for specifying the successor process name. What lessons can be learned from the output and behavior of each approach?
The wrong ways don't let the programmer know the error in the code and if the bug goes unnoticed, it can wreak havoc in the resulting device. Wheras the right way helps find the error and let the developer correct it.