demorganization is used to reduce the Boolean expressions
Chat with our AI personalities
need help to simplify boolean expression
FALSE.... cuz in && operator the compiler chk both of the expression if any of the expression is false then answer will be false.. for true result both of d expression must be true... by warrior2pnk
a ⊕ b = ab' + a'b
(a'b+b'a)'
and