Multiple choice Which of the following functions is used to execute UNIX command in C program? excelp execlp xcel 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.