Sunday, July 26, 2009

SOS in C programing assigment?

c programing question no 1


Write an interactive program that plays a game of hangman .Store the word to be gueesed in successive elements of an array of individual character called word.the player must guess the letter belonging to word ,The program should terminate when either all letters hav been guessed corectly(d player wins) / a specefied no of incorrect guesses hav been made (the computer wins) .Hint : Use another array guessed to keep track of the solution so far ,Initialize all elements of guessed to the '*' symbol .Each time a letter in word guessed replace the coresponding '*' in guessed with the letter .


Im using turbo c version 2 from borland .well its my assigment due in 1 week time

SOS in C programing assigment?
Are you asking us to do ALL your homework for you?


No comments:

Post a Comment