 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Consider the following statements. `p:3 in(1,(3),5,7)` `q, 2 in(1,(3,4),4)` Which of the following is true?A. p aloneB. q aloneC. Both p and qD. Neither p nor q. | 
| Answer» Correct Answer - D Recall that x and (x) are different. | |