adplus-dvertising
frame-decoration

Question

Correct syntax of file.readlines() is?

a.

fileObject.readlines( sizehint );

b.

fileObject.readlines();

c.

fileObject.readlines(sequence)

d.

none of the mentioned

Answer: (a).fileObject.readlines( sizehint );

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Correct syntax of file.readlines() is?