FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include<stdio.h>

int main()


{

    int a = 115; //integer variable a is initialised
    
    putchar(a); //reads the ascii value of 115
    
    getchar(); //waits for the character input
    
    return 0;  //normal termination
}
12:01 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search