Declaration in ctype.g

Discussion in 'Programming' started by krazytechno, Mar 20, 2010.

  1. krazytechno

    krazytechno New Member

    Joined:
    Mar 7, 2010
    Messages:
    38
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    knowing the computer world as deep as possible
    Location:
    kolkata,west bengal
    The header ctype.h in the ANSI C Standard Library for the C programming language contains declarations for character classification functions. The header file contains declaration for several functions to perform testing and character conversion.

    isalnum
    —-
    test for any character for which isalpha or isdigit is true

    isalpha
    —-
    test for alphabetic character

    iscntrl
    —-
    test for control character

    isdigit
    —-
    test for numeric digit

    islower
    —-
    test for lower [...]
     
  2. techgeek.in

    techgeek.in New Member

    Joined:
    Dec 20, 2009
    Messages:
    572
    Likes Received:
    19
    Trophy Points:
    0
    Occupation:
    EOC (exploitation of computers)..i m a Terminator.
    Location:
    Not an alien!! for sure
    Home Page:
    http://www.techgeek.in
    why are u so much interested in ctype.h?? Always try to make ur posts a bit interesting to the readers....These informations are already available on the internet.. make it something different by giving some additional informations...like giving examples..telling about its applications..My view is provide something new and interesting....and if the content is common then try to make it special...
     
    shabbir likes this.
  3. krazytechno

    krazytechno New Member

    Joined:
    Mar 7, 2010
    Messages:
    38
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    knowing the computer world as deep as possible
    Location:
    kolkata,west bengal
    Actually I have found several thing very common which i knew already.Its not like any one visiting this forum would have a great knowledge.So I did so.But next time I will keep this is mind.thanks.
     
  4. techgeek.in

    techgeek.in New Member

    Joined:
    Dec 20, 2009
    Messages:
    572
    Likes Received:
    19
    Trophy Points:
    0
    Occupation:
    EOC (exploitation of computers)..i m a Terminator.
    Location:
    Not an alien!! for sure
    Home Page:
    http://www.techgeek.in
    not only u but all members in this forum shud know mannerism.. newayz..if u have something to share with us..come to chit-chat section and open ur mind out thr... but remember dnt copy paste...
     
  5. krazytechno

    krazytechno New Member

    Joined:
    Mar 7, 2010
    Messages:
    38
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    knowing the computer world as deep as possible
    Location:
    kolkata,west bengal
    It wont be repeated again.I am lucky to get someone like you out here.You are very helpful.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice