In C Language, the function getchar() _____?

In C Language, the function getchar() _____?

سی زبان میں ، فنکشن گیٹچار () _____؟
Explanation

In C, getchar() reads a single character from standard input but requires pressing "Enter" to submit the input.

The input is buffered, meaning it waits for the newline (n) before processing the character.