Copy a string into a noh in a list in c

0

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.

    
asked by anonymous 24.06.2018 / 22:32

0 answers