hi all.
i have read a text line from a file using
fgets() into a char array
char astr[30] then i did
strcat(astr,"secondstring") The output of
printf (astr) is appearing on 2 lines instead on same line.
plz advise me wat i did wrong.
thanks.