Linux Bash Arithmetic Expressions Question:
Which command runs the shell built-in command 'command' with the given argument?
a) builtin
b) caller
c) there is no command present for this purpose
d) none of the mentioned

Answers:
Answer #1a) builtin
Answer #2H