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 over 8 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

                          Circulatory System
                          bridget.watts97
                          2014 GCSE History Exam Paper Setup
                          James McConnell
                          A-Level Physics: Course Overview
                          cian.buckley+1
                          Biology AQA 3.2.5 Mitosis
                          evie.daines
                          French -> small but important words for GCSE
                          georgie_hill
                          An Inspector Calls: Characters
                          bexjrutherford
                          TOEFL English Vocab (A - M)
                          Ali Kane
                          Ebola Virus Disease
                          rubyduggan
                          OCR gcse computer science
                          Jodie Awthinre
                          CCNA Security 210-260 IINS - Exam 3
                          Mike M
                          Anatomie - sistemul digestiv 1
                          Eugeniu Nicolenco