Simple if program

Monday, 29 August 2011

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

void main()
{
int a=5;
clrscr();

if(a==5)
  {
    printf(" the value of a is 5");
  }

getch();
}


OUTPUT:

the value of a is 5



No comments:

Post a Comment

 

Blogger news

Blogroll

Enter your email address:

Delivered by FeedBurner

Total Pageviews

Followers

Most Reading