Advertisement
Guest User

PL.h

a guest
Jan 20th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. typedef struct Tabela{
  2.  
  3. double nota1, nota2, nota3;
  4. int numero;
  5. char nome[1000];
  6. char *fullSentence;
  7. struct Tabela * next;
  8.  
  9. }tabela;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement