Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #91 from TeenBiscuits/mejora-tema-2
Browse files Browse the repository at this point in the history
Mejora del Tema 2 TGR 29/02
  • Loading branch information
TeenBiscuits authored Feb 29, 2024
2 parents 7d5b0ae + 9e4a29c commit b6ef33f
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 77 deletions.
12 changes: 6 additions & 6 deletions docs/topics/Bloque-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,11 +744,11 @@ Las direcciones se pueden almacenar en variables de puntero especiales.
```mermaid
flowchart LR
subgraph Puntero
Dirección
Dirección
end
subgraph Variable
vc[Contenido]
vc[Contenido]
end
Dirección --> Variable
Expand Down Expand Up @@ -807,11 +807,11 @@ int i, *p = &i;
```mermaid
flowchart LR
subgraph p
&i
&i
end
subgraph i
vc[?]
vc[?]
end
&i --> i
Expand Down
Loading

0 comments on commit b6ef33f

Please sign in to comment.