writing into a file in c.

Posted by mekasperasky on Stack Overflow See other posts from Stack Overflow or by mekasperasky
Published on 2010-04-18T13:21:26Z Indexed on 2010/04/18 13:23 UTC
Read the original article Hit count: 149

Filed under:

i have an char array b[20] which i want to write into a file . After every iteration the value of b[20] changes , so i would like to write the string in each line of the file in each iteration . So how can i change a new line in a file and also put in a array of character?

© Stack Overflow or respective owner

Related posts about c