I would like to know how to read words and numbers from a file so that the words are still words and the numbers can be used as numbers.

Every example/tutorial I find for reading a file in C is either just characters or numbers, but never both.

thanks