Assignment No. 6 Write a C program for Linux OS which opens a file for writing and creates two threads that write into the file. The first thread writes ‘1‘ (one by one) and second thread writes ‘2‘ (one by one). Leave both the threads running for 5 seconds. Then count the number of 1s and 2s and print basic statistics.