Please, need help. Programming in C
ol your trainn Part 2: Linked Lists Part A: Singly Linked List o Create a singly linked list using list and node structs. You must create your linked list on the heap (using malloc). Your linked list should have the following operation:s createNode – initializes a node struct createList – initializes the linked list struct with the following attributes: – A pointer to a head node
OR
OR