Explain the Spawnvp Function used in the netware
Spawnvp(flags, execNmae, argv)
This function executes similarly to spawnlp( ) except that parameters are passed as a vector of pointers (char **). The last parameter in the arrayof char*s must be NULL.