Q. What is the result of {'a', 'b'} & {'b', 'c'}?

  • (A) {'a', 'b', 'c'}
  • (B) {'b'}
  • (C) {'a'}
  • (D) set()
πŸ’¬ Discuss
βœ… Correct Answer: (B) {'b'}
Explanation: The & operator returns the intersection of two sets.
Explanation by: Mr. Dubey
The & operator returns the intersection of two sets.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate