167k views
4 votes
Which statement below can be used to read data from a file one character at a time?

A) inputFile.get(1)
B) inputFile.read(1)
C) inputFile.split(1)
D) inputFile.open(1)

1 Answer

6 votes

Answer:

b

Explanation: because it says input file.read

User Jsedano
by
4.5k points