Saturday, 28 April 2012
Program Of Pre Processor In C++
#include<iostream.h>
#include<conio.h>
#define sum(x,y) x+y
main()
{
clrscr();
int a,b;
cout<<"Enter First Number=";
cin>>a>>b;
cout<<"\n Answer="<<sum(a,b);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment