C-Command Line Arguments Questions and Answers
Practice ModeShowing 10 of 129 questions
Q81
How many types of attributes present in a file ?
Answer: Option C
Q82
filelength(1) is a function which returns
Answer: Option A
Q83
O_TRUNC always followed by
Answer: Option A
Q84
What is the value of EOF which is declared in "stdio.h"?
Answer: Option B
Q85
Which of the following is true ?
I. FILE is a data type
II. FILE is a storage region
III. A block of information in an object of type FILE is recorded while reading or writing
Answer: Option D
Q86
The function feof() returns
Answer: Option C
Q87
If 'n' is the number of items to be written to the file, when an error occurs duuuuuuuuuuuuuuwrite(), if returns
Answer: Option A
Q88
The function fread() returns
Answer: Option B
Q89
The function fread() returns
Answer: Option B
Q90
The rewind() function is mainly used for
Answer: Option D