hi

please can anyone give me ahint how to do this?

1.write a program that mixes two strings using pointers. for example:
inputs:
Blue
Sky
the output:
BSlkuye

2.write a program that counts the number of characters in a string using pointers.