The command echo $! will produce what output?
A.
the exit status of the last command
B.
the exit status of the last background command
C.
the process id of the current shell
D.
the process id of last background command
E.
the name of the command being executed