In C language FILE is of which data type?
In C language FILE is of which data type? mcq and its answer is provided on this page.
FILE
is a data type in c programming which is used to create a pointer to read files.
FILE is not a basic data type, it is a custom one.
In C language FILE is of which data type?
Que. | In C language FILE is of which data type? | |
a | a) int | |
b | b) char * | |
c | c) struct | |
d | d) None of the mentioned | |
Answer: c | ||
Explanation : None. |
Comments
Post a Comment