Content
Is there XNOR (Logical biconditional) operator in C? Asked 10 years, 10 months ago Modified yesterday Viewed 66k times I’m new to C and could not find XNOR operator to provide this truth table: 161 a b T a XINOR b 18 T Is there a specific operator for this? Or I need to use !(AB)? c boolean boolean-operations Share Follow edited Sep 18, 2012 at 12:28 asked Aug 14, 2011 at 0:14 trailmax 32.8k 21 134 228 109 This operator is more commonly known as for boolean operands… – Magnus Hoff Aug 14, 2011 at 2 25 0:21 Magnus Hoff: nice very nice point! – sll Aug 14, 2011 at 0:32 I think the phrase "can’t see the wood for the trees" is highly appropriate here. Voting up because we’ve all been here once or twice:) – spender Aug 14. 2011 at 0:38