What is files in data structure?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Data StructureWhat is files in data structure?
chetan shidling asked 6 years ago

I need short information.

1 Answers
Chetan Shidling answered 6 years ago

If you want to work with any file, you need to create file pointer.
Syntax: FILE*<identify> ;
Example:
FILE* ptr;
ptr: The variable which points to any type of file and it holds the address of the file.