Skip to content

Commit 35e32a5

Browse files
authored
Add example of pointer usage in C++
1 parent 6262c8e commit 35e32a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ru/labs/cpp/01_basics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@
399399

400400
<details>
401401
<summary>Ответ</summary>
402+
402403
```cpp
403404
int a = 5; // скажем, адрес = 32
404405
int b = 6; // скажем, адрес = 36

0 commit comments

Comments
 (0)