2. Every single line of the file read in is output to screen.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section8.3: Random File Access
Problem 2E
icon
Related questions
Question
true or false and explain why
Assume fp is of type FILE
Code fragment 1:
for(j-0j<filelength:j++){
fgets(line,40,fp):
ifj=-check){
printf"--%s\n",line);
if(!strcmp(line,answer)) {
counter++;
Transcribed Image Text:Assume fp is of type FILE Code fragment 1: for(j-0j<filelength:j++){ fgets(line,40,fp): ifj=-check){ printf"--%s\n",line); if(!strcmp(line,answer)) { counter++;
2. Every single line of the file read in is output to screen.
Transcribed Image Text:2. Every single line of the file read in is output to screen.
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Header Files
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr