Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 499 Bytes

0291.md

File metadata and controls

16 lines (13 loc) · 499 Bytes

Fill in the blank with the appropriate function(). The _______ function is used to copy data from one stream to another. It is mainly useful in copying data between two open files. *Matching is case-insensitive.

  • A) stream_copy_to_stream
  • B) stream_copy_stream
  • C) copy_to_stream
  • D) cp
Answer

Answer: A