Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - C language: IntelliSense: There is no program that converts "int" into "linklist" with an appropriate constructor to calculate the nodes of the linked list.
C language: IntelliSense: There is no program that converts "int" into "linklist" with an appropriate constructor to calculate the nodes of the linked list.
Structural linked list

{int data;

linklist * next

} ; /* Define linked list */

There is a semicolon after the structure definition.