try:


fgets(word,15,stdin);

the first argument of fgets is the string which you want the read data to be stored, which is "word". If you haven't declared a string "szo" yet in your code I'm...