Math, asked by ganeshkumarsv111, 7 months ago

The syntax to get a character from keyboard using
get() function is​

Answers

Answered by PARTISH60
0

Step-by-step explanation:

In a C program, we can use putchar function as below. putchar(char); where, char is a character variable/value. getchar() function is used to get/read a character from keyboard input.

Answered by keerthanareddy3835
0

Answer:

In a C program, we can use putchar function as below. putchar(char); where, char is a character variable/value. getchar() function is used to get/read a character from keyboard input

Similar questions