which of these function is used to reserve a string
Answers
Answered by
1
Answer:
The strrev() function is a built-in function in C and is defined in string. h header file. The strrev() function is used to reverse the given string.
Answered by
0
Explanation:
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.
Similar questions