Consider the following program. It opens filel and file2 which have already been created with: rm filel; rm file2; touch filel; touch file2; echo "ghi" > filel echo "gst" > file2 Therefore, each file contains 4 bytes. Here is the program (it will not compile as is because it contains a question mark): /* problem7.c */ #include cunistd.h> int main(void) { char buffer = 'W'; open ("file2",2); open ("filel",2); Iseek (3, ?,1);: write(3,&buffer, 1); Iseek (4, -2,2); write(4,&buffer, 1); read (0, &buffer, 1); write(4,&buffer,1); Iseek (3, -3,2); write(3, &buffer, 1): write(4, "\n",1); Iseek (4,1,0): write(4, &buffer, 1); close(3); close(4); Without a further header file compilation will produce a warning, but this will not affect this problem. When you enter a certain character and the single question mark is replaced with an appropriate number cat filel produces: gsws and cat file2 produces: gstw What is that number and what is that character? The single question mark (?) should be replaced with: After the program starts you should enter the character:

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question
Consider the following program. It opens filel and file2 which have already been created with:
rm filel; rm file2; touch filel; touch file2;
echo "ghi" > filel
echo "gst" > file2
Therefore, each file contains 4 bytes.
Here is the program (it will not compile as is because it contains a question mark):
/* problem7.c */
#include <unistd.h>
int main(void)
{
char buffer = 'W';
open ("file2",2);
open ("filel",2);
Iseek (3, ?,1);:
write(3,&buffer, 1);
Iseek (4, -2,2);
write(4,&buffer, 1);
read (0, &buffer, 1);
write(4, &buffer, 1);
Iseek (3, -3,2);
write(3, &buffer, 1):
write(4, "\n", 1);
Iseek (4,1,0):
write(4, &buffer, 1);
close(3);
close(4);
Without a further header file compilation will produce a warning, but this will not affect this problem.
When you enter a certain character and the single question mark is replaced with an appropriate number cat filel produces:
gsws
and cat file2 produces:
gstw
What is that number and what is that character?
The single question mark (?) should be replaced with:
After the program starts you should enter the character:
Transcribed Image Text:Consider the following program. It opens filel and file2 which have already been created with: rm filel; rm file2; touch filel; touch file2; echo "ghi" > filel echo "gst" > file2 Therefore, each file contains 4 bytes. Here is the program (it will not compile as is because it contains a question mark): /* problem7.c */ #include <unistd.h> int main(void) { char buffer = 'W'; open ("file2",2); open ("filel",2); Iseek (3, ?,1);: write(3,&buffer, 1); Iseek (4, -2,2); write(4,&buffer, 1); read (0, &buffer, 1); write(4, &buffer, 1); Iseek (3, -3,2); write(3, &buffer, 1): write(4, "\n", 1); Iseek (4,1,0): write(4, &buffer, 1); close(3); close(4); Without a further header file compilation will produce a warning, but this will not affect this problem. When you enter a certain character and the single question mark is replaced with an appropriate number cat filel produces: gsws and cat file2 produces: gstw What is that number and what is that character? The single question mark (?) should be replaced with: After the program starts you should enter the character:
Expert Solution
steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Knowledge Booster
File Input and Output Operations
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning