null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
3425007
Ponteiro em C
Description
Mind Map on Ponteiro em C, created by juninho.bq on 10/09/2015.
Mind Map by
juninho.bq
, updated more than 1 year ago
More
Less
Created by
juninho.bq
over 9 years ago
8
1
0
Resource summary
Ponteiro em C
Ponteiros para structs
struct nodo { int item,}
Ponteiro para structs
typedef struct nodo { int item; struct nodo *prox }
typedef struct nodo { int item; struct nodo *ant, *prox }
Ponteiro para Arrays
int *pa; pa = &a[0];
pa = pa + 1;
Atenção
Permitido
pa = a; pa++;
Não permitido
a = pa; a++;
Código com o mesmo significado
pa = &a[0]; pa = a;
a+i; &a[i]
Declaração do ponteiro: int *p; Endereço de uma variável: p = &c;
p "aponta" para c
Operações
*ip += 10;
y = *ip + 1;
++*ip; (*ip)++;
Media attachments
2e012556-9145-40e1-afc3-346a1154060e (image/jpg)
33ded331-a3e2-4e1e-a838-199c917f920d (image/jpg)
Show full summary
Hide full summary
Want to create your own
Mind Maps
for
free
with GoConqr?
Learn more
.
Similar
06 PROJECT TIME MANAGEMENT
miguelabascal
Geometry Formulas
Selam H
History of Medicine: Ancient Ideas
James McConnell
CHEMISTRY C1 5
x_clairey_x
Maths Revision
Asmaa Ali
The Circulatory System
Shane Buckley
Pathos in Battle
mouldybiscuit
Longevidad y Envejecimiento Fisiológico
Isaac Alexander
General Pathoanatomy Final MCQs (201-300)- 3rd Year- PMU
Med Student
AAHI_Card set 10 (Suffixes)
Tafe Teachers SB
Mapa Mental para Resumir y Conectar Ideas
Ricardo Padilla Alcantara
Browse Library