Ponteiro em C

Description

Mind Map on Ponteiro em C, created by juninho.bq on 10/09/2015.
juninho.bq
Mind Map by juninho.bq, updated more than 1 year ago
juninho.bq
Created by juninho.bq almost 9 years ago
8
1

Resource summary

Ponteiro em C
  1. Ponteiros para structs
    1. struct nodo { int item,}
    2. Ponteiro para structs
      1. typedef struct nodo { int item; struct nodo *prox }
        1. typedef struct nodo { int item; struct nodo *ant, *prox }
        2. Ponteiro para Arrays
          1. int *pa; pa = &a[0];
            1. pa = pa + 1;
            2. Atenção
              1. Permitido
                1. pa = a; pa++;
                2. Não permitido
                  1. a = pa; a++;
                3. Código com o mesmo significado
                  1. pa = &a[0]; pa = a;
                    1. a+i; &a[i]
                  2. Declaração do ponteiro: int *p; Endereço de uma variável: p = &c;
                    1. p "aponta" para c
                    2. Operações
                      1. *ip += 10;
                        1. y = *ip + 1;
                          1. ++*ip; (*ip)++;
                          Show full summary Hide full summary

                          Similar

                          General Knowledge Quiz
                          PatrickNoonan
                          Maths C4 Trig formulae (OCR MEI)
                          Zacchaeus Snape
                          AQA GCSE Physics Unit 2.2
                          Matthew T
                          Geography - AQA - GCSE - Physical - Rivers
                          Josh Anderson
                          A Christmas Carol Quotes
                          0serenityrose0
                          Physics
                          Holly Bamford
                          A-level English Language Power & Gender Theories
                          Libby Shaw
                          Chemistry unit 2
                          36jessieh
                          GCSE Computing: Hardware
                          Yasmin F
                          PSBD TEST # 3_1_1
                          yog thapa
                          Anatomie - sistemul digestiv 1
                          Eugeniu Nicolenco