Have a look at following c++ code if( (a+1) <= a ) { }
a=3;
b=2;
if((a+b)!=5)
{
// code
}
What would be the precondition that would make the "if" condition true and block of code inside will get executed ?
Simple, let a and be UDT and overload operators !!!
Want another ??? okay check out following code.
// code
Interested in more such Trivias ???? Head over to www.mstechexperts.org ( MS Tech Experts ) ....
Tuesday, September 04, 2007
Trivias
Category
Techie Tips
