what is the data type of ID files
Answers
Answered by
1
Answer:
what is ID file........
Answered by
4
Answer:
Hope it helps you .
Explanation:
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