i need to know how can i split a string of characters into two.
i have one str[8] array and want two str1[4] and str2[4] arrays with str1 having the first half of str and str2 the rest.
how can i accomplish this?