--- 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?
