Question: Using C // given a source string, and a destination string, write the // reversed source string into destination. Make sure you terminate // the
// given a source string, and a destination string, write the // reversed source string into destination. Make sure you terminate // the reversed string properly with a 0 // You may assume that the destination array is big enough to hold // the reversed string and null terminator void reverse (const char source), char destination [)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
