does fgets and puts is only use in turbo c code example
Example: fgets c
<open file>
while(fgets(<char array>, <size of array>, <file pointer>) != null)
<open file>
while(fgets(<char array>, <size of array>, <file pointer>) != null)