Math, asked by rohitmishra2737, 11 months ago

Give the syntax with an illustration of getchar( ).

Answers

Answered by Anonymous
7

c Programming/stdio.h/getchar. getchar is a function in C programming language that reads a single character from the standard input stream stdin, regardless of what it is, and returns it to the program. It is specified in ANSI-C and is the most basic input function in C. It is included in the stdio.h header file

Hope this helps you ☺️☺️✌️✌️

Similar questions