Computer Science, asked by souravNegi3559, 8 months ago

Write the difference between Rtrim and trim.

Answers

Answered by dady8367
2

Answer:

LTRIM removes leading spaces (From the beginning of a string)

RTRIM removes trailing spaces (From the end of a string)

TRIM removes both leading and trailing spaces (both sides of the string)

Answered by sandeepmulpuru699
2

Answer:

LTRIM removes leading spaces (From the beginning of a string)

RTRIM removes trailing spaces (From the end of a string)

TRIM removes both leading and trailing spaces (both sides of the string)

Explanation:

mark me as a brainlist

Similar questions