Computer Science
Which function is used to write all the characters ?
- write()
- writecharacters()
- writeall()
- writechar()
Related Questions
Which function is used to read all the characters ?
- read()
- readcharacters()
- readall()
- readchar()
Which function is used to read a single line from file ?
- readline()
- readlines()
- readstatement()
- readfullline()
Which function is used to write a list of strings in a file ?
- writeline()
- writelines()
- writestatement()
- writefullline()
Which of the following represents mode of both writing and reading in binary format in file. ?
- wb+
- w
- wb
- w+