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