You are here:

C/C File pointer

Advertisement


Question
What r the members of the FILE Structure?


Answer
File control structure for streams.

 typedef struct {
   short          level;
   unsigned       flags;
   char           fd;
   unsigned char  hold;
   short          bsize;
   unsigned char *buffer, *curp;
   unsigned       istemp;
   short          token;
 } FILE;


this structure is compatible for turbo c++.  

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Prince M. Premnath

Expertise


I'm sure that I can solve any doubts in Turbo C ,Graphics Programing ,Mouse, Hardware Programming ,File System ,Interrupts, BIOS handling , TSR Programming , General Concepts in C Language, handling inline Assembly statements

Experience

Research over 6+ Years

Organizations
CG-VAK Softwares and Exports Limited

Education/Credentials
Masters in Computer Applications

©2012 About.com, a part of The New York Times Company. All rights reserved.