Examveda

Choose the right statement for fscanf() and scanf()

A. fscanf() can read from standard input whereas scanf() specifies a stream from which to read

B. fscanf() can specifies a stream from which to read whereas scanf() can read only from standard input

C. fscanf() and scanf() has no difference in their functions

D. fscanf() and scanf() can read from specified stream

Answer: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output