Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. 3
  2. 4
  3. 5
  4. 6
  5. 7
  6.  
  7. float retornatopo ( struct Pilha *p ){
  8.  
  9. if(p->topo < 10)
  10. return p->pElem [p->topo - 1];
  11. else
  12. return -1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement