Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. struct lista *nuovo;
  2. for (i=0; i<5; i++)
  3. nuovo=malloc(sizeof(struct lista));
  4. nuovo->ele=i;
  5. nuovo->next=p;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement