Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. PonteirosC3.c: In function ‘main’:
  2. PonteirosC3.c:12:9: error: redeclaration of ‘xPtr’ with no linkage
  3. int *xPtr = &x;//Valor de ponteiro é igual a endereço de memória de variável
  4. ^~~~
  5. PonteirosC3.c:9:9: note: previous declaration of ‘xPtr’ was here
  6. int *xPtr;//Ponteiro para x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement