#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a=10000;
int b=20000;
short c=5;
cout<<”integer ”<<a<<endl;
cout<<”long
”<<b<<endl;
cout<<”short
”<<c<<endl;
cout<<”By Muzafar Hussain Sahto”;
getch();
}







No comments:
Post a Comment