Hi Again,
If I have this 2-D array stored in s1[j] :
one
two
three
four
And I wanted to copy the whole row IF the first letter of that row ==o . How Can I do that ? assuming that the destination array is s2[k][l].
I am confused because whenever I try to do it, it copies only the letter o and leaves the rest.The condition !='\n' doesn't seem to work ?!