Raena AI
Your AI Study Solution
Toggle theme
EN
Create free account
C Programming - File Handling
C Programming - File Handling
Quiz
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Question 8
Question 9
Question 10
Question 11
Question 12
Question 13
Question 14
Question 15
Question 16
Question 17
Question 18
Restart
What is the first step to use a file in C?
A.
Close the file using fclose() and fflush().
B.
Open a file using the fopen() function.
C.
Process the file using suitable functions.
D.
Declare a file pointer variable.
Check Answer