TO_CHAR converts a date to a string with the specified format. TO_DATE is used to convert a string to a date, which is the opposite of what's needed here. Option C correctly uses TO_CHAR with the format 'DD/MONTH/YY' to display the date with the full month name as the question specifies.