Which of the following functions implements the Karnaugh map shown below?
`bar(A)B + CD`
D(C + A)
`AD + bar(A) B`
`(C + D) (bar(C) + D) + (A + B)`
answer is right but in question 2 columns have 00. actually 2nd should have 01