Which function outputs a character to a stream
Answers
Answered by
2
Answer:
write-char outputs the character to output-stream, and returns character. write-string writes the characters of the specified substring of string to the output-stream.
Similar questions