C programing - Print the 3rd line of a txt

Posted by Pedro on Stack Overflow See other posts from Stack Overflow or by Pedro
Published on 2010-04-23T23:53:32Z Indexed on 2010/04/24 0:13 UTC
Read the original article Hit count: 158

Filed under:

Hi...Imagine that i have on a txt this:

Hello

SLB

3

1324

how can i get the 3rd line? fgets or fscanf?

and imagine on a txt this:

8;9;10;12

how can i print the numbers separeted?

© Stack Overflow or respective owner

Related posts about c