Which of the following variables cannot have NULL?
System.ConsoleColor is an Enum type, which is Value type. Value type cannot have null.