What's the best practice when loading a file in C?

Seminar 3 - EDA25

Quiz
•
Computers
•
University
•
Medium
ARNAU BLANCO
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Simply open it.
Open it, check that it can be accessed and close it.
Open it and close it.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What's the difference between the following lines?
(I) FILE *f = fopen("example.txt", "r");
(II) FILE *f = fopen("example.txt", "w");
(III) FILE *f = fopen("example.txt", "a");
(I) reads the file in reading mode; (II) reads it in writing mode; (III) reads it in append mode
(I) reads the file in reading mode; (II) reads it in writing mode; (III) is not correct
They are equivalent
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What's the difference between the reading mode ("r") and the writing mode ("w")?
The reading mode allows multiple programs to access the same file, whereas the writing mode just one program.
Both modes allow multiple programs to access the same file.
Both modes allow only one program to access the same file.
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What's the difference between the writing mode ("w") and the append mode ("a")?
They are equivalent, but the append mode allow multiple programs to access the same file.
The append mode does not exist.
The writing mode erases the contents of the file before making any changes, whereas the append mode adds the new changes at the end.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How does fscanf(...) handle whitespace (e.g., spaces, tabs, or newlines) when reading input?
It parses them normally.
It skips them.
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Consider that p is an integer and f a file pointer. What does fscanf(f, "%d", &p) do?
It parses the formatted input, i.e., "%d", from file f, stores it in p and moves to the next character.
It parses the formatted input, i.e., "%d", from file f, and stores it in p.
It waits for the user's input in the file f and stores it in p.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Consider that p and q are integers and f a file pointer. What does fscanf(f, "%d %d", &p, &q) return?
True if it has been successfully parsed; false, otherwise.
The number of matches in the formatted input, i.e., 2.
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Notes on Blender - Section 10

Quiz
•
6th Grade - University
11 questions
Linux Commands

Quiz
•
University
10 questions
Списки Python + Pygame

Quiz
•
KG - University
11 questions
По коду Minecraft

Quiz
•
University
10 questions
PDS - 04225 Lists, Stacks and Queues - Chapter 5

Quiz
•
University
10 questions
PYTHON_CHAPTER 2

Quiz
•
University
13 questions
Cisco 1, Module 10

Quiz
•
University
15 questions
File Handling in C Programming Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade