Question: Write a C function int reverseString(char * ) that will reverse a string passed as an argument. Return the number of characters in the string

Write a C function int reverseString(char * ) that will reverse a string passed as an argument. Return the number of characters in the string as a return value. You function will be called as follows Char myString[100]=Yusuf Ozturk; Int len=reverseString(myString); Your function should change the string myString to krutzO fusuY

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!