C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 25 questions
Q1
File is a
Answer: Option B
Q2
The way to access file contents from a program is
Answer: Option C
Q3
Low level files are accessed through
Answer: Option A
Q4
A stream is
Answer: Option C
Q5
I/O stream can be
Answer: Option C
Q6
File opening is
Answer: Option B
Q7
FILE defined in stdio.h is
Answer: Option B
Q8
A file pointer is
Answer: Option D
Q9
The default stream pointers available during execution of a program is
Answer: Option D
Q10
The function call fopen("data", "w+b)
Answer: Option B