SyntaxFix
Write A Post
Hire A Developer
Questions
Using scanf is very easy, this is an example :
scanf
if (scanf("%d", &val_a_tester) == 1) { ... // it's an integer }