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

Commit

Permalink
Mejora del Tema 2 TGR 29/02
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Feb 29, 2024
1 parent 7d5b0ae commit 9e4a29c
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 9e4a29c

Please sign in to comment.