Question: 7 Write a C program that include the following: A function that swaps the pairs of characters of a string, if the string contains an

7 Write a C program that include the following: A function that7

Write a C program that include the following: A function that swaps the pairs of characters of a string, if the string contains an odd number of characters then the last character remains as it is: void swapString( char str[] ); Examples: Input: str = "cs1160" Output: scaa06 Input: str ="java" Output: ajav Input: str = "12345" Output: 21435

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!