Monday, December 10, 2007

How to define and NOT (!) operator

How to define and NOT (!) operator

To define and NOT (!) operator

Declaration :

If ( !(w>15)) // if (w= 15) is clearer

No comments: