FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include <stdio.h>

int main() {


  printf( "Upper case of A is %c\n", toupper('A'));

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

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search