1.

if p is true and q is false, then

Answer»

`~(pvv~q)` is true
`~(~p^^~q)` is false
`(p^^q)VV(p^^~q)` is true
`(PVVQ)^^(qvv~q)` is false

Answer :C


Discussion

No Comment Found

Related InterviewSolutions