Question: Write a C function strEven() that takes two strings (say s1, s2) as parameters, stores into s2 the even indexed (0th, 2nd, 4th, ...) characters
Write a C function strEven() that takes two strings (say s1, s2) as parameters, stores into s2 the even indexed (0th, 2nd, 4th, ...) characters of s1. s2 must be null character terminated.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
