FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include <stdio.h>
#include <conio.h>

int main()

  {
    int c;

    printf( "Press any key\n" );

    c = getch();
    printf( "You pressed %c(%d)\n", c, c );
    
    getchar();
    
    return 0;
  }
12:00 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search