How do I copy the second character in a string to another string?
I've tried strcpy(strTemp, &(str[1]); but it didn't work...