Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement

C program to perform Intersection operation on sets

Intersection of Sets:- If two sets A and B are given, then the intersection of A and B is the subset of universal set U, which consist of elements common to both A and B. It is denoted by the symbol ‘∩’.
Example:- Let A = {1,2,3} and B = {3,4,5} Then, A∩B = {3}; because 3 is common to both the sets.



When the above program is executed, it produces following results --



Post a Comment

0 Comments