Hi,
I'm not sure what you really want to do with that code?
You are missing a "{" somewhere - a typo perhaps?
You are adressing badly, note that
second_array [dummy+1] will be outside the space you allocated for your array when dummy = (THOUTWOKAY-1), and so on....
Can you see it...