I have a string that is always 4 characters long. I want to store the last three characters into a different string. I've looked at string manipulation for C on the internet and can't really find anything to do this for me. A basic example would be:
If str1 = 3L39 I want str2 = L39
Thanks.
If str1 = 3L39 I want str2 = L39
Thanks.