Computer Science, asked by arulthos0, 1 month ago

What is a C FILE data type.​

Answers

Answered by enoch79
4

Answer:

A 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

Answered by Rupesh4867
1

Answer:

A 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