What is the purpose of the special shell variable $*?

Choose the correct answer

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.

What is the purpose of the special shell variable $*… — Basic of linux unix | PakQuizHub