RTRIM removes trailing spaces from a string. When applied to 'fasdfsadf ' (with trailing spaces), it returns 'fasdfsadf' with all trailing spaces removed. Options A, B, and C incorrectly truncate characters from the end of the actual string content rather than just removing spaces.