Problem:
Question 1: Write a program using C to read in an array of values from the CSV file.
Question 2: Write a program using C to perform the following bitwise operation on each value in the array. Set the bit where is the value. So, for example, when processing an int variable in the array with a value of 6, the 6th bit should be set in this int variable.
Show the code, demonstrate it works properly and describe what it is doing.