Saturday, 28 April 2012

Program Of Pre Processor In C++

#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
int a,b;
cout<<"Enter First Number=";
cin>>a>>b;
cout<<"\n Answer="<<sum(a,b);
getch();
}

No comments:

Post a Comment