In Node.js from the following which is true about writable stream?
A. Output of readable stream can be input to a writable stream
B. writable stream is used for write operation
C.Both of the above
D.None of the above
Answer and Feedback
Answer:C