I want to know how can I run a program with parameters using fork() and execvp().
fork()
execvp()
I want to run the program test and passed the par
test