local variable and global variable explained

This commit is contained in:
Mert Gör
2024-02-02 23:22:29 +03:00
parent a1cfdf270d
commit fe9334f943
2 changed files with 45 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2024-02-02 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/local-variable-scope.c: local variable and global variable explained
2024-02-01 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/scope.c: scope and variables explained