Subj : Re: Really **wonderful** website for C interview questions!!!!! To : comp.programming From : Robert Bunn Date : Mon Jul 04 2005 03:12 pm "Willem" wrote in message news:slrndcgmak.2e1g.willem@toad.stack.nl... > Robert wrote: > ) Okay. I guess I *am* a novice. How is > ) > ) if(x == (!!y) ) > ) any more useful (or clear) than > ) > ) if(x && y) > > Well, for starters those two statements don't have the same meaning, > even for boolean values... > Well, yes. You're right. I realized after sending I should've used if ( (!!x) == (!!y) ) for the first case. Does that make the question I asked answerable? -- Rob .