SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Â
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.co.uk
You are in browse mode. You must login to use
MEM
O
RY
  Log in to start
Index
 »Â
Computer science
 »Â
Programming
 »Â
File handling
level: File handling
Questions and Answers List
level questions: File handling
Question
Answer
What is the default mode for opening a file in a computer?
Text
Which operator is used to combine two or more file opening mode in OPEN() method?
OR
Which command is used for opening an external file?
OPEN()
What is the command used for closing a file in a program?
CLOSE()
What is the return value of ENDOFFILE() if the cursor is at the end of the file?
TRUE
Other than READ(), which command is used to read text from a file?
READLINE()
Which command is used for writing text into an external file?
WRITE() or WRITELINE()