Which of the following would return the process ID of the sleep command
a. sleep 1 & echo $
b. sleep 1 & echo $#
c. sleep 1 & echo $$
d. sleep 1 & echo $!
e. sleep 1 && echo $0