Question: Question Two: which of the following is the correct syntax to create a file input stream in C++? a) ifstream INPUT (average.txt); b) FILE* INPUT

Question Two: which of the following is the correct syntax to create a file input stream in C++? a) ifstream INPUT ("average.txt"); b) FILE* INPUT = fopen("average ", ios::in || ios:out); C) INFILE INPUT.open("average", ios::in ); d) FILE* INPUT = fopen("average", ios::in)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
