>so will i have to store the strings in an array?

> char h;
This only stores one character (for example, the h in hello), so yes, you would need an array to store a word.