FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include <stdio.h>

int main() {


  if( isxdigit( 'Z' ) )

  {
     printf( "Character Z is Hexa digit\n" );
  }
  if( isxdigit( 'A' ) )
  {
     printf( "Character A is Hexa digit\n" );
  }
  
  getchar();
  return 0;
}
12:15 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search