On Wed, Oct 14, 2009 at 1:46 PM, johnmatthews2000 <[email protected]> wrote: > > > --- In [email protected], "johnmatthews2000" <jm5...@...> wrote: >> http://en.wikipedia.org/wiki/Short-circuit_evaluation > > "In some programming languages (Lisp), the usual boolean operators are > short-circuit. > In others (C, Ada), both short-circuit and standard boolean operators are > available." > > Which are the standard (ie. not short-circuit) boolean operators in C? Are > they thinking of the bitwise operators, or am I missing something obvious?
They're talking about the bitwise (&, |, ^, !) operators. -- PJH http://shabbleland.myminicity.com/ http://www.chavgangs.com/register.php?referer=9375 http://www.kongregate.com/?referrer=Shabble
