FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include <stdio.h>

int main() {


  if( isspace( ' ' ) )

  {
     printf( "Character  is a space\n" );
  }
  if( isspace( 'A' ) )
  {
     printf( "Character  A is a space\n" );
  }
  return 0;
}
12:14 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search