Computer Science, asked by pgulyria, 5 months ago

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

Answers

Answered by pandu8282
2

Explanation:

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.

Similar questions