TRUE/FALSE
1. T F The functions fscanf and fgetc input data from files.
2. T F Each data file must have an internal and an external name.
3. T F The file open mode “w” opens a file for writing.
4. T F We can use the fprintf function to write data into a text file.
5. T F Assume that value is a variable of type int, the function call
fscanf (stdin, “%d”, &value); is correct.
6. T F fscanf( ) and fprintf( ) are declared in the standard header file stdlib.h
7. T F A text file is terminated by EOF.
8. T F The statement ifp = fopen(My_file”, “r”); opens a file for reading:
9. T F The function sprintf( ) writes characters to a string.
10. T F When a text file is opened, we have access to it at its beginning or
end.
11. T F The main difference between scanf and sscanf is that sscanf gets its
input from the string variable, which is its first parameter, whereas
scanf gets its input from the standard input device.
12. T F The standard output function sprintf behaves like printf except it
stores the output in its first parameter, which is a string variable.
13. T F The statement fprintf (test_scores, “%d”, score); writes a datum to a
file named test_scores that has been opened in output mode.
14. T F It is possible to reopen in input mode a file that has been opened in
output mode without closing it.
15. T F If the file open mode for a data file is “w” an input statement
referencing the file will read a datum from it.
16. T F The output of a computer program can be directed to the standard
output device, which is usually the monitor screen.
17. T F printf (“%d %d”, a; b); is syntactically legal.
18. T F scanf (“Enter a value for x: “, c1); is syntactically correct.
ASSIGNMENT COMPLETED AT CapitalEssayWriting.com
MAKE YOUR ORDER AND GET THE COMPLETED ORDER
CLICK HERE TO ORDER THIS PAPER AT CapitalEssayWriting.com on The functions fscanf and fgetc input data from files.