Can anybody tell me what are file descriptors in C?? I searched the net but can't clear my concepts!!!
himanjim 0 Junior Poster in Training
Recommended Answers
Jump to PostIn UNIX-like systems, a file descriptor is a small integer associated with an open file stream. You can use procedures like read and write to read and write to a particular file stream, and in order to do this, you need to provide the file descriptor for the open file …
All 4 Replies
Rashakil Fol 978 Super Senior Demiposter Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
himanjim 0 Junior Poster in Training
mostafadotnet 18 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.