I have a variable where the user inputs one number. That variable is of type int because that\'s the return value of fgetc(stdin) and getchar()
int
fgetc(stdin)
getchar()