Tagged Questions
0
votes
3answers
573 views
how to restrict an input in c
I want to prevent my program from any other types of input instead of int. How to check the type of an input without assigning it to a variable? in C