1.

What is a C FILE data type.​

Answer»

ong>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



Discussion

No Comment Found