FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include<stdio.h>

int main()

{
    int a = 100;
    
    int b = 50;
    
    if(a < b)
    
    {
         printf("a is lt b");
         
         }
         
    else
    {
        printf("a is gt b");
        
        }
        
    getchar();
    
    return 0;
    
}
12:05 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search