--- In c4swimmers@yahoogroups.com, "rafaaqs" <rafaaqs@...> wrote:
>
> My name is Vesaak
> I am a student of BS(CS)
> can u plz tell me how to make a prgram in C++
> which can perform Union and Intersection for SETS
> Plz help me
> I will be thankful to you
>
It's not difficult as much you think. For Union, combine all values of
sets. For Intersection, combine dissimilar values of all sets.