write a c program that reads in two sets of numbers a and b, and calculates and print the difference of the sets ????−????. ????−???? is the set of elements that appear in a but not in b. the sets will be represented as arrays of 0s and 1s. that is, a[i]!