What is stdin and stdout ??? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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