You have just created a variable named CREATOR. Which of the following commands will display the contents of the variable to standard output?
a. echo $CREATOR
b. print CREATOR
c. echo CREATOR
d. disp $CREATOR