Can We run the simple addition program without iostram.h and conio.h..........?

Yes we can do this....................


Solution ..................



#include<constream.h>
void main()
{
clrscr();
int a,b,c;
cout<<"enter two number";
cin>>a>>b;
c=a+b;
cout<<"Sum="<<c;
getch();
}


Comments

Popular posts from this blog

How to Get Back Asus Zenphone 5 from Soft Brick

How to configure Glowroot with Liferay

Restore Database from .idb & .frm files in MySQL