Computer Science, asked by ArhamIsGenius, 4 days ago

Which of the following needs pressing enter key from the keyboard? a) getch() b) getche() c) getchar() d) gets()​

Answers

Answered by divyanjali714
0

Concept: Keyboard stand for "Keys electronic yet board operating A to Z response directly".

Find: Choose the correct answer which needs pressing enter key from the keyboard.

Solution: getchar() desires pressing enter key from the keyboard. This function come the character scan from the keyboard. It additionally used to read the input characters on the runtime.  

Final answer: c) getchar() is the correct option.

#SPJ3

Answered by nafibarli789
0

Answer:

The correct answer is c) getchar().

Explanation:

getchar() prefers pressing enter key from the keyboard. This process arrives at the character scan from the keyboard. It is additionally utilized to read the input characters on the runtime.

A getchar() function exists as a non-standard function whose definition is already defined in the stdin. h header file to receive a single input from the user. In other terms, it is the C library position that conveys a single character (unsigned char) from the stdin.

Hence, The answer is c) getchar().

#SPJ3

Similar questions