Which one of the following statements opens a file and returns a file object called a file handle?

a. open('test_file', 'read')
b. openfile('r', 'test_file')
c. open('test_file', 'r')
d. open(file, 'test_file', 'read')
e. ofile('test_file', 'r')