Quote Originally Posted by Patrick149 View Post
Is there a way to write strcat(p,q); using pointers?
Yes, it is possible.

If you are talking about defining your version of strcat(), how would you approach it? If you didn't use pointers how would you write it? How would you then implement it using pointers?

Have you tried to write any code? We can't write it for you. We can only give you guidance and advise.