createNodeList(n); printf("\n dataentered inthe list :\n"); displayList(); } void createNodeList(int n) { struct node *fnNode,*tmp; int num,i; stnode = (struct node *)malloc(sizeof(struct node)); if(stnode == NULL)