1.

What is the default return-type of getchar()? (C programming)

A. char
B. int
C. char *
D. Reading character doesnt require a return-type
Answer» C. char *


Discussion

No Comment Found