Science, asked by akshayshendge1110, 6 months ago

3) What is a C FILE data type.?​

Answers

Answered by BlueMoonLady
0

Explanation:

FILE is a type of structure typedef as FILE. It is considered as opaque data type as its implementation is hidden. We don't know what constitutes the type, we only use pointer to the type and library knows the internal of the type and can use the data. Definition of FILE is in stdio although it is system specific.

Similar questions