1.

Give some differences between sequence and set.

Answer»

Differences between a Sequence and Set:

SequenceSet
1.The elements of a sequence are in a specific order, so they cannot be rearranged.Elements are at random, so they can be rearranged.
2.The same value can appear many times.Any value can appear only once.


Discussion

No Comment Found