单项选择题

以下哪个代码是正确的读取一个文件? A.
f = open("test.txt", "read") B.
f = open("r","test.txt") C.
f = open("test.txt", "r") D.
f = open("read","test.txt")