Question: How do you reverse one string using pointers in C? I want to swap the first character with the last one, the second with the
How do you reverse one string using pointers in C? I want to swap the first character with the last one, the second with the last -1 ....
The function header is like char *reverseonsString(char string[String_Size])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
