Saved Bookmarks
| 1. |
फंक्शन fseek() का क्या उपयोग है? |
|
Answer» Answer: here's your answer MARK it as brainliest Explanation: fseek is a C function belonging to the ANSI C standard library, and included in the FILE stdio. H. Its purpose is to change the file position indicator for the specified stream. Because fseek uses 32 bit values on MANY platforms it has a limitation of maximum 2 gigabyte SEEKS. |
|