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
Get step-by-step solutions from verified subject matter experts
