Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
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()