also you should first

prefix1[1] = str_create("Odd");
instead of
str_cpy(prefix1[1], "Odd");


3333333333