3.Assume thata,b, andcarebooleanvariables that have been properly declared and initialized. Which ofthe followingbooleanexpressions is equivalent to!(a && b) || c?(A)a && b && c(B)a || b || c(C)!a && !b || c(D)!a && !b && c(E)!a || !b || c

Answer :

Other Questions