What is stdin and stdout ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is stdin and stdout ???

Also tell me how to use it

8th Jul 2018, 3:20 AM
Vishal Singh
Vishal Singh - avatar
1 Answer
+ 5
stdin and stdOut aren't functions. They are streams. You hand the stream to a function in order to read from it. stdin = input / read ... stdOut = output/write.
8th Jul 2018, 6:09 AM
Phäñtøm Phôëñïx
Phäñtøm Phôëñïx - avatar