Computer Science, asked by Karankumar5084, 10 months ago

Which function outputs a character to a stream

Answers

Answered by alberteinstein5598
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