Categories
How to check an array element of type integer, if you can enter anything of any length (C, only stdio.h)?
It is necessary to issue a check in scanf, checking the entered characters, whether it is a number or not
Answer the question
In order to leave comments, you need to log in
int value; scanf(“%d”, &value);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question