Correct option is (a) special variables for assigning arguments from the command line
For explanation: Shell scripts can also take input from command line. When arguments are specified with a shell script, they are assigned to certain special variables called positional parameters.