Multiple choice

Which of the following functions is used to execute UNIX command in C program?

  1. excelp

  2. execlp

  3. xcel

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

 The execlp function is used to execute UNIX command in C program. It use PATH to locate the command.