Skip to content
#1. A _______ is a collection of records.
#2. A ________ is a place on the disk where a group of related data is stored.
#3. These character can be interpreted as individual data items or as components of strings or numbers. These are called
#4. Organize data into block containing contiguous bytes of information to represent more complex data structure such as array, these file are called __________
#5. Creates and opens a file.
#6. Closes an existing file.
#7. Writes a character to a file.
#8. Reads a character from a file.
#9. Writes a set of datas to a file.
#10. Reads a set of datas from a file.
#11. Writes a string to a file
#12. Reads a string from a file.
#13. Writes an integer to a file.
#14. Reads an integer form a file.
#15. Returns non zero if end-of-file is reached.
#16. Returns non zero if error has occurred.
#17. Returns zero if seeks to a specified byte in a file.
#18. Returns the current file position.
#19. Resets the file position indicator to the beginning of the file.
#22. Associates an existing stream with a new file.
#23. Opens a text file for reading
#24. Create a text file for writing.
#25. Append to a text file.