Ankur Active Member Oct 19, 2010 #1 Can someone give me the exact definition of File Handling in 'C' language, I searched all internet, but they only specified definition of a FILE and different types of files.
Can someone give me the exact definition of File Handling in 'C' language, I searched all internet, but they only specified definition of a FILE and different types of files.
Cromewell Administrator Staff member Oct 19, 2010 #2 I've moved your post to the software section. Can you clairify your question? I don't understand what you mean by the definition of file handling.
I've moved your post to the software section. Can you clairify your question? I don't understand what you mean by the definition of file handling.
Ankur Active Member Nov 29, 2010 #3 I wanted to know the applications of File Handling in 'C' language. Sorry for this late reply.
Geoff VIP Member Nov 29, 2010 #4 Ankur said: I wanted to know the applications of File Handling in 'C' language. Sorry for this late reply. Click to expand... You didn't give us anymore information, you just restated what you said in your original post.
Ankur said: I wanted to know the applications of File Handling in 'C' language. Sorry for this late reply. Click to expand... You didn't give us anymore information, you just restated what you said in your original post.
Benny Boy Active Member Nov 29, 2010 #5 File handling is used to read or write a file without directly opening it. Its contents are opened in another files by using specified commands. http://wiki.answers.com/Q/What_is_file_handling_in_c_language
File handling is used to read or write a file without directly opening it. Its contents are opened in another files by using specified commands. http://wiki.answers.com/Q/What_is_file_handling_in_c_language
Ankur Active Member Nov 30, 2010 #6 Well, I know what is the meaning of file handling in C programming language, but I don't know how it is used in real time softwares.
Well, I know what is the meaning of file handling in C programming language, but I don't know how it is used in real time softwares.