Question: What C/C++ command should be used to open a text file called data.txt and read the 12th character.
What C/C++ command should be used to open a text file called “data.txt” and read the 12th character.
Step by Step Solution
3.43 Rating (159 Votes )
There are 3 Steps involved in it
You can use a combination of file stream operations in C to open the file and read the 12th characte... View full answer
Get step-by-step solutions from verified subject matter experts
