TO_CHAR converts a date to a string with the specified format. Option A correctly passes the unquoted sysdate function and quoted format string. Option B incorrectly quotes 'sysdate' as a literal string, and Option C fails to quote the format string.