What is the primary function of fopen() in C programming?
DAY 9 File Handling & Dynamic Memory Allocation - 20th JUNE 24

Quiz
•
Professional Development
•
University
•
Medium
KVCH CORPORATE
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To open a file for reading
To allocate memory dynamically
To close a file
To delete a file
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which mode in fopen() allows both reading and writing to a file without truncating it?
"r"
"w"
"a"
"r+"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you close a file in C using fclose()?
fclose(file);
close(file);
closeFile(file);
file.close();
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will feof() return when the end of file is reached in C?
0
1
-1
NULL
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you read a character from a file in C using fgetc()?
fgetc(file);
readChar(file);
getChar(file);
file.getc();
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to dynamically allocate memory in C?
malloc()
allocate()
new()
calloc()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will malloc() return if it fails to allocate memory?
NULL
-1
0
1
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
DAY 7 Pointer Structure & Union - 18th June 2024

Quiz
•
University
10 questions
Equity & Technology

Quiz
•
University
10 questions
Arrays - 2D

Quiz
•
University
10 questions
Google Docs Basics

Quiz
•
7th Grade - University
14 questions
LAB 2 Quiz

Quiz
•
University
12 questions
Product Based Planning (PBP) Quiz

Quiz
•
12th Grade - University
10 questions
Microsoft Sway

Quiz
•
3rd Grade - Professio...
10 questions
Letter & Email

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade