I am to create a program in which the user puts in a word and the program displays the definition. The words are 20 words I select.
I have a comon idea on how to achieve this, but I never scaned for text before.
I know char is for a character.
I somehow cannot get declare a variable as a string. (it won't turn blue.) If this is correct, then I would suppose that it would scan like this
scanf_s("%s",word);
would it?