Write a c program to reverse a given word using a function

By: Prof. Dr. Fazal Rehman | Last updated: February 3, 2024

Write a c program to reverse a given word using a function.

Output

Please Enter a string to reverse it.

t4tutorials

The Reverse of the string is:

slairotut4t

Write a c program to reverse a given word without using a function

Output

Please Input a string

t4tutorials

slairotut4t

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials