0 votes
in Other by

How do you reverse words in a sentence?

1 Answer

0 votes
by

In C programming, you can reverse the order of the words in a sentence by using the strrev() library function. The strrev() function takes a string as input and reverses the order of the characters in the string.

...