#include<stdio.h>
struct node{
    int n[100];
    struct node*next;
};
struct node*newnode=NULL;
{
int main()
    new node=(struct node*)malloc(sizeof(struct node));
    struct node*data=value;
    struct node*push=next node;
    next node=new node;
}