Advertisement
Aminpro

[ECP1026]Tutorial 4 Question 3

Nov 28th, 2012
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. //https://www.facebook.com/AminproPastebin
  2.  
  3. struct LLNode *struct LLNode(char sN[], flost sM){
  4. struct LLNode *temp;
  5.  
  6. temp (struct LLNode*)malloc(sizeof(struct LLNode));
  7.  
  8. strcpy(temp_.Name, sN);
  9. temp->Marks= sMl
  10. temp->next=NULL;
  11.  
  12. return(temp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement