What is the purpose of the special shell variable $*?
Explanation
Option A refers to the exit status of the previous command. Option B shows the current shell's process ID. Option C correctly describes $* as a variable that expands to all positional parameters as a single string. Option D relates to the command name being executed.