Advertisement
noPwRon

Untitled

Dec 11th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.07 KB | None | 0 0
  1. struct employee{
  2. struct employee *next;
  3. string name;
  4. float wage;
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement