Thread: C program alpha and digit..

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    34

    C program alpha and digit..

    I wanna asking about c program that related checking input weather its alpha or digit.. for exampla switch case i declared int.. when i input a alpha, it will give an error message.. how i can do or what code i can use to do such things?

  2. #2
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273

  3. #3
    Registered User
    Join Date
    Oct 2012
    Posts
    34
    Quote Originally Posted by twomers View Post
    thank for the info i will check it out.. hope theres no problem when run it at VB for the c program

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to display single digit int as four digit C++ Programming
    By Sloganathan in forum C++ Programming
    Replies: 1
    Last Post: 03-06-2012, 11:30 AM
  2. Read from file - 1-digit and 2-digit numbers
    By Bonaventura in forum C Programming
    Replies: 8
    Last Post: 03-06-2010, 06:33 AM
  3. Program to print last non zero digit of n!
    By Tanuj_Tanmay in forum C Programming
    Replies: 14
    Last Post: 04-22-2009, 10:13 AM
  4. Adding a Large number digit by digit
    By mejv3 in forum C Programming
    Replies: 23
    Last Post: 09-21-2007, 03:00 PM
  5. Adding a Large number digit by digit
    By mejv3 in forum C Programming
    Replies: 1
    Last Post: 09-14-2007, 03:28 AM