Hello.
I would very much appreciate if someone would aid me with a hint.
My problem is as follows :
read two arrays of chars and merge them into a third array like so :
ARR1 :123abc
ARR2: rt678iogl
ARR3:1r2t36a7b8ciogl
The problem must be solved without pointers and string.h
Basically Im stuck at the the above merging procedure. I myself am not a very experienced programmer as you can notice, but a hint in the right direction would be very much appreciated. No code please .
Thank you very much !