Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
FILE is a structure suitably typedef'd in "stdio.h". ?->(Show Answer!)
Question Set

1. FILE is a structure suitably typedef'd in "stdio.h".



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 06.02 pm
    FILE - a structure containing the information about a file or text stream needed to perform input or output operations on it, including:
    => a file descriptor, the current stream position,
    => an end-of-file indicator,
    => an error indicator,
    => a pointer to the stream's buffer, if applicable
    fpos_t - a non-array type capable of uniquely identifying the position of every byte in a file.
    size_t - an unsigned integer type which is the type of the result of the sizeof operator.
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution