I have a linked list and I want a two-character string, which will be entered by the user via the keyboard, to be inserted into the value field of the list.
When I do this using integers as value, it works normally. However, with string the value is not copied to noh. I've already tried strcpy by passing the entire string.