I have a C string that looks like "Nmy stringP", where N and P can be any character. How can I edit it into "my string" in C?
I have a C string that looks like "Nmy stringP", where N and P can be any character. How can I edit it into "my string" in C?