Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. int a[10] = {0,1,2,3,4,5,6,7,8,9};
  2. int *p = a;
  3.  
  4. *(a+i)
  5.  
  6. struct lista {
  7. piloto piloto;
  8. carro carro;
  9. int *tempo;
  10. pCarroPiloto prox;
  11. };
  12.  
  13. for(j = 0; j < caract.voltas; j++) {
  14. tempos[i][j] = calculaSegundos(idade,peso,exp,potencia,caract.comprimento); // matriz dos tempos
  15. *(aux->tempo + j) = tempos[i][j];
  16. }
  17.  
  18. aux = aux->prox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement