Program For Uniary Operator In C++ :
#include<iostream>
#include<conio.h>
using namespace std;
class number
{
int x,y;
public:
void input()
{
cout<<”enter the 2 no.”;
cin>>x>>y;
}
void operator–()
{
x=–x;
y=–y;
}
void display()
{
cout<<x<<y;
}
};
main()
{
number n;
n.input();
–n;
n.display();
getch();
}
Shopping online does carry some risk, but so does shopping at brick-and-mortar stores. At least online shoppers don’t need to worry about fender-benders in the parking lot, pick pockets at the mall, or getting the flu from all those fellow shoppers.
But the nice thing about shopping online is that by following some basic guidelines you can be reasonably sure you’ll have a safe experience. Read the rest of this entry »
Dell on Wednesday rolled out a new batch of Latitude laptops for the enterprise: one ultraportable, two reliable …
Advanced Micro Devices on Tuesday unveiled a faster set of Athlon II processors, stepping up the clock speeds of its server parts while leaving steady their prices and power consumption.

