Modify the ConvertToC
Step 1- Modify the ConvertToC You will be using execv that requires a char** as an argument. The catch is that the char ** has to be NULL terminated Please do the following allocate an extra “word” for NULL (Hint: tokenCount+1) store the value of NULL into the extra “word” Step 2- Modify the ProcessCommand … Read more