Hello,
I am trying to do a program that is reading for example a.txt file that have 5 lines and i want him to show me for example line #3 only, i know i need to use fgets but i rly dont know how to start it
a.txt
1;27.01.1957;8;12;31;39;43;45;
2;03.02.1957;5;10;11;22;25;27;
3;10.02.1957;18;19;20;26;45;49;
4;17.02.1957;2;11;14;37;40;45;
5;24.02.1957;8;10;15;35;39;49;
Thanks for help