Write a program in c to find the factorial of a given number (>0) using pointers.
Answers
Answered by
0
Answer:
C Program to find the two sets Intersection and Union. A Set is a collection of well defined and distinct objects. Intersection of two sets A and B is defined as, all the elements of set A, which are also elements of set B.Union of two sets A and B is defined as, all the elements of A and B, but not belonged to both.
Similar questions