If I ask the user for a string using gets(), how can I see if they entered a character instead of a number? I read somewhere that using gets() instead of scanf() was safer because strings can be anything and you need to check what they entered afterward, but how do I check?