InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is representation of empty set?(a) ( )(b) [ ](c) { }(d) < >This question was addressed to me in unit test.The origin of the question is The Empty Set topic in portion Sets of Mathematics – Class 11 |
|
Answer» RIGHT ANSWER is (C) { } Easiest explanation: Empty set is a set which does not CONTAIN any ELEMENT. It can be represented by { } or ϕ symbol. |
|