Computer Science
Which of the following represents mode of both writing and reading in binary format in file. ?
- wb+
- w
- wb
- w+
Related Questions
Which function is used to write all the characters ?
- write()
- writecharacters()
- writeall()
- writechar()
Which function is used to write a list of strings in a file ?
- writeline()
- writelines()
- writestatement()
- writefullline()
Which of the following is not a valid mode to open a file ?
- ab
- rw
- r+
- w+
Which of the following mode in file opening statement results or generates an error if the file does not exist ?
- a+
- r+
- w+
- None of these