Computer Science, asked by rizwanuddinshaikh8, 6 months ago

2 points
Q 16 - What is the default return-
type of getchar()?
O char
O int
O char *
reading character doesn't require a return-
type​

Answers

Answered by adityasinha1458
0

Answer:

char

Explanation:

It is a function used to get the character at the given index.

Similar questions