rornoanparn

alosll

Feb 26th, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. address alokasi(infotype x){
  2.     address P = new elmlist;
  3.     info(P) = x;
  4.     next(P) = NULL;
  5.     return P;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment