The document is a C program that plays a guessing game to identify a keyword number. It prompts the user to input a keyword number, then repeatedly prompts the user to guess that number and provides feedback on whether the guess matches the keyword until the user guesses correctly. The program displays the name and student information of the creator before and after running the guessing game code.
2. if(a==b)
printf("You win !! nThis number is Keywordsn");
You win This number is Keywords
else
printf("Oh this isn't Keywordsn"); Oh this isn't
Keywords
}
while(a!=b);
getch();
}