What functions write in stdin?

1 answer

Answer

1139025

2026-08-01 09:40

+ Follow

In programming, functions that write to standard input (stdin) typically include those that prompt for user input, such as scanf() in C or input() in Python. These functions allow the program to take external data from the user during execution. However, standard input is commonly used for reading data rather than writing, and functions like print() or echo are used to write output to standard output (stdout) instead.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.