InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the conditional `p to q`?A. q is sufficient for pB. p is necessary for qC. p only if qD. if q then p |
|
Answer» Correct Answer - C `p to q` is same as p only if q. |
|