In C language please.

Question Answered step-by-step In C language please. Image transcription textProgram Practice int count =1; . Create a program that creates 3 threads . The program has a global variable: intcounter = 1 thread function() {} . Thread 1, performs addition in 3 steps order . Add 5 main() 0} . Add 1 . Add 2 .Thread 2, performs subtraction in 2 steps order . Minus 2 . Minus 4 Sample Output . Thread 3, per… Show more… Show more In C language please. Engineering & Technology Computer Science CS 3307 Share QuestionEmailCopy link Comments (0)