which of the following function is used to reverse the string?
a.)strlen()
b.)strcpy()
c.)strcmp()
d.)strrev()
Answers
Answered by
24
Answer:
Here is your answer
Explanation:
( D). strrev
Reason:-
The particular function that is used for reversing a string is strrev function. This function is recognized as a built-in function in the C program. It is mainly well-defined in string
If it helped Pls mark it as brainlist and rate the answer and give a thanks
Similar questions