Suppose that outFileis an ofstreamvariable and output is to be stored in the file outputData.out. Which of the following statements opens the file outputData.outand associates outFileto the output file?

a.outFile("outputData.out");
b.outFile.open("outputData.out");
c.open(outFile,"outputData.out");
d.open.outFile("outputData.out");