ChangeLog update, global variable scope example, with two different a values

This commit is contained in:
Mert Gör
2024-02-04 09:30:03 +03:00
parent e992b4e156
commit 13f844d489
3 changed files with 44 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2024-02-04 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/global-variable-scope.c (foo): global variable and local variable explained with two different a variable value
2024-02-03 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/local-variable-global-variable_scope.c (main): local and global variable values are printed