Online Visitor Counter

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

Friday, April 18, 2014

Arithmetic operators


#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a=10, b=5;
cout<<(a+b) <<endl;
cout<<(a-b) <<endl;
cout<<(a*b) <<endl;
cout<<(a/b) <<endl;
cout<<(a%b) <<endl;
cout<<”By Muzafar Hussain Sahto”;
getch();

No comments:

Post a Comment

 
  • Blogroll

  • Consectetuer

  • Popular

  • Comments