English, asked by raj5237, 8 months ago

Which of the following function is used to reverse the string?​

Answers

Answered by venkateshpatil42
6

Answer: To reverse a string, we use the function Is strrev(). The Str stands for the string part. When a programmer gives a string as an input, this function runs in the background from left to right and after going through it, it reverses the string from right to left.

Answered by gjpatel
1

Answer:

strrev

strrev() function in C

The strrev() function is used to reverse the given string.

Explanation:

hope it helps you

Mark it as brainliest plzz plzzz

Similar questions