2:10
"Reverse a String Without Using Library Functions in C"
CodeCrown24
This C program reads a string from the user and displays it in reverse order without using any built-in functions like strrev.
6:39
Python interview Programs : Reverse a string without using In-built functions