Posts by CL27 • 3 points
1 post
-
0
votes2
answers189
viewsQ: How to test if a string is a number in the C language?
I’m a beginner in programming. I am performing an exercise in which I must determine whether a character string is a number, considering that the user can write anything as input. So I created the…