C
INSTRUCTION
Assume that variable fp was declaredas FILE *fp; and that all callsto fopen() were successful,i.e., fopen() returned a value that isnot NULL.
Please remember that 1KB is equal to 1024 bytes.
Type your answer as an Arabic number (not as an English word);for example, type 8 (not “eight”). Do not use a comma to separatedigits. Do not type a formula, it will be considered incorrect. Forexample, do not type 2 * 1024; type it as 2048.
QUESTION
Assume that a text file named “ICHI.TXT” exists with a file sizeof 8KB. What is the file position of EOF?
C INSTRUCTION Assume that variable fp was declared as FILE *fp; and that all calls to fopen() were successful, i.e., fop
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am