I'm trying to write a shell program in c. In this example I'm attempting to change to the directory that is specified in args[1].

Essentially I'm trying to pass one argument to the system and...