FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include <stdio.h>

int main() {


  printf( "Lower case of A is %c\n", tolower('A'));

  printf( "Lower case of 9 is %c\n", tolower('9'));
  printf( "Lower case of g is %c\n", tolower('g'));
  getchar();
  return 0;
}
12:27 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search