Question: Please write in C code using #include library NOT #include . Thanks in advance! Problem 2 (40 points): Write an interactive C program that lets
Please write in C code using #include 

Thanks in advance!
Problem 2 (40 points): Write an interactive C program that lets a user play a game of Hangman 1) Your program gets the sccrct word (7 letters in cach word) by calling the given function: void get_word (char word[]) { char WORD[18] { "program", "circuit", "devoted", "squeeze", "journey", "puzzles", = "version", "totally", "respect" j; int i, num; num = (rand () % 9); for (i 0; i // enable use of rand() #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
