To read the next line of the file from a file object infile, use _____ June 7, 2022 by admin โช Choose the correct option.To read the next line of the file from a file object infile, use _________.A. infile.read(2)B. infile.read()C. infile.readline()D. infile.readlines() Submit Answer