From 8b4a29a34bbd6c9cf3592add2daa27066c356037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Thu, 1 Feb 2024 11:34:02 +0300 Subject: [PATCH] ChangeLog has been initialized for the history for existing C codes --- ChangeLog | 28 ++++++++++++++++++++++++++++ ChangeLog~ | 0 2 files changed, 28 insertions(+) create mode 100644 ChangeLog create mode 100644 ChangeLog~ diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c559be1 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,28 @@ +2024-02-01 Mert Gör + + * c-basic/scope.c: scope and variables explained + + * c-basic/scanf-hex.c: Scanf accepts the int variable as hex if we pass %x + + * c-basic/scanf-float-double.c: Scanf reads float as %f and double %lf + + * c-basic/scanf-example.c: gettıng input source via scancf + + * c-basic/scanf-example-two-variables.c: scanf example with two variables + + * c-basic/scanf-a-b-c-double.c: set a,b,c double variables, read a and b with scanf function and then pass addition of a and b to c variable and print c variable + + * c-basic/print_variables.c: print variables with different ways + + * c-basic/on-return.c: explaining return value + + * c-basic/on-return.2.c: explaining return value : "without return same result exists" + + * c-basic/on-return-void.c: if we pass void then it means function has no return value, and those functions are void functions + + * c-basic/initialization-variable.c: Swap Algorithm with initialized variables example + + * c-basic/helloworld.c: hello world example added + + * c-basic/foo.c: foo example added + diff --git a/ChangeLog~ b/ChangeLog~ new file mode 100644 index 0000000..e69de29