Online Visitor Counter

  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Friday, April 18, 2014

Relational Operators


#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a=10, b=5;
cout<<a>b is<<(a>b) <<endl;
cout<<a<b is<<(a<b) <<endl;
cout<<a==b is<<(a==b) <<endl;
cout<<a!=b is<<(a!=b) <<endl;
cout<<a>=b is<<(a>=b) <<endl;
cout<<a<=b is<<(a<=b) <<endl;
cout<<”By Muzafar Hussain Sahto”;
getch();
}

No comments:

Post a Comment

 
  • Blogroll

  • Consectetuer

  • Popular

  • Comments