nord vpnnord vpn
Ad

hellopret

mail@pastecode.io avatar
unknown
plain_text
a year ago
247 B
0
Indexable
Never
    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)

nord vpnnord vpn
Ad