What is the main function of the command interpreter?

A)  to get and execute the next user-specified command
B)  to handle the files in the operating system
C)  to provide the interface between the API and application program
D)  None of the above

Correct Answer :   to get and execute the next user-specified command


Explanation : The main function of a command interpreter is to get and execute the next user-specified command. Command Interpreter checks for valid command and then runs that command else it will throw an error.