Multiple Choice
____ files store each individual character, such as a letter, digit, dollar sign, decimal point, and so on, using an individual character code.
A) Data
B) Text
C) Binary
D) ASCII
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: The standard library functions rewind(), fseek(), and
Q30: The internal name is the name of
Q31: A manageable length for a filename is
Q32: FILE fp; correctly declares a file stream.
Q33: _ causes the same display as the
Q35: A logical file pointer is one that
Q36: Most C compilers require a program file
Q37: The fflush() function breaks the link between
Q38: It typically takes less space to store
Q39: fputc() is the general form of _.<br>A)fput()<br>B)putc()<br>C)putchar()<br>D)fputchar()