Array of Characters question

Im not sure how i would go about it, but how would I go about taking an array with multiple words in it, and returning one of the words?
1
2
word array[n]; //an array of words
array[K]; //one word 
What are the 'n' and the 'K'? I thought that it had to be a number which would be the size of the array
fatfreeninja: It is but can be a variable that store some value but since you did not provide any effort to do a skeleton program, ne555 replied in kind. It is dark humor I would think :)
Sorry, so i guess i need to know how to read the second word in an array if it was declared

char array[50];

And i need to display the second word in the array, so i think i need to show all the data in array after the first space. Not sure how to go about that since its all user input and don't have set stopping points.
Topic archived. No new replies allowed.