Commit graph

61 commits

Author SHA1 Message Date
Mert Gör
a96533946f
scope examples 2024-10-30 09:04:32 +03:00
Mert Gör
b8d2d91cd6
scope example 2024-10-30 08:58:17 +03:00
Mert Gör
bf5b6647b9
local variable and global variable 2024-10-30 08:10:50 +03:00
Mert Gör
fe1f36e158
void and int main 2024-10-30 05:09:33 +03:00
Mert Gör
73e2790bda
return example 2024-10-30 05:01:38 +03:00
Mert Gör
3b7caa231a
reachable and unreachable code 2024-10-30 04:18:34 +03:00
Mert Gör
3f8ba5ba80
update 2024-10-29 21:59:59 +03:00
Mert Gör
dc4079822e
printf double and float with %f and scanf for float %f double %lf 2024-10-29 21:48:55 +03:00
Mert Gör
6ee66a201b
hello 2024-10-29 10:05:48 +03:00
Mert Gör
ca1b5e05cf
more 2024-10-29 09:52:32 +03:00
Mert Gör
ed15ce44d4
started hacking some experimental code 2024-10-29 09:06:57 +03:00
Mert Gör
72bdc0e8b1
Sayfa 52'de kaldık 2024-10-12 23:19:57 +03:00
Mert Gör
dd2465f2e2
deleted source code 2024-08-25 11:07:20 +03:00
Mert Gör
3420937d57
c değeri yazdırıldı 2024-08-10 17:50:31 +03:00
Mert Gör
8d31c9aa48
scanf update 2024-08-10 16:25:34 +03:00
Mert Gör
75674acbc4
printf ve scanf örnekleri 2024-08-10 15:56:41 +03:00
Mert Gör
fba2a8ebab
foo example 2024-08-10 14:53:41 +03:00
Mert Gör
0e712cc48b
example hello world code 2024-08-10 14:14:34 +03:00
Mert Gör
c41863ae9d
eski kodlar silindi ders yeniden 2024-08-10 13:27:58 +03:00
Mert Gör
e482e0e22b
update 2024-07-26 17:10:07 +03:00
Mert Gör
9292974a16
Global variable example 2024-07-17 16:54:04 +03:00
Mert Gör
a63bf1b143
local variable 2024-07-17 01:56:08 +03:00
Mert Gör
9162a35987
update 2024-07-17 01:51:53 +03:00
Mert Gör
9e195402ee
Global Değişkenlerin Faaliyet Alanı sayfa 26 2024-07-17 01:46:02 +03:00
Mert Gör
6512406ba5
Fonksiyonun geri dönüş değeri yerine void anahtar sözcüğü yazılırsa bu durum fonksiyonun geri dönüş değerinin
olmadığı  anlamına  gelir.  Böyle  fonksiyonlara  void  fonksiyonlar  denir.  void  fonksiyonlarda  return  kullanılabilir
fakat yanına ifade yazılamaz. void fonksiyonlarda return kullanılmamışsa fonksiyon ana blok sonlanınca sonlanır.
Örneğin:
2024-07-16 16:11:24 +03:00
Mert Gör
ab559379cc
reachable code 2024-07-16 09:37:52 +03:00
Mert Gör
15028c55de
double a + b = c 2024-06-30 15:36:03 +03:00
Mert Gör
cc75cc97df
Float & Double example 2024-06-30 15:25:40 +03:00
Mert Gör
06bb7fb087
Hex Scanf example 2024-06-30 15:23:05 +03:00
Mert Gör
de6254a849
Scanf two numbers 2024-06-30 15:20:16 +03:00
Mert Gör
25cc0af5c2
Scanf example 2024-06-30 15:16:57 +03:00
Mert Gör
e0dfc90937
printf example written 2024-06-30 15:12:30 +03:00
Mert Gör
81e4765792
Foo example 2024-06-30 15:06:03 +03:00
Mert Gör
830d22fa97
hello world example & ChangeLog update 2024-06-30 15:02:33 +03:00
Mert Gör
4568853963
deleted old codes We will hack code again 2024-05-19 22:21:16 +03:00
Mert Gör
c0b16d5fe1
global variable usage 2024-02-19 05:07:52 +03:00
Mert Gör
bf599e9fc2
local scope example 2024-02-19 04:55:48 +03:00
Mert Gör
79cea78298
Sayfa 26'ya kadar olanlar işlendi 2024-02-19 04:41:09 +03:00
Mert Gör
8bd56af0aa
hwpplayer1 branch initial commit 2024-02-14 08:57:10 +03:00
Mert Gör
13f844d489
ChangeLog update, global variable scope example, with two different a values 2024-02-04 09:30:03 +03:00
Mert Gör
e992b4e156
local and global variable values are printed 2024-02-03 22:01:06 +03:00
Mert Gör
fe9334f943
local variable and global variable explained 2024-02-02 23:22:29 +03:00
Mert Gör
3b0bd42a52
scope example explained with a and b variables global and local 2024-01-28 08:21:38 +03:00
Mert Gör
cfabc0abe1
void function 2024-01-26 13:40:15 +03:00
Mert Gör
29a23b2ccf
On Return : without return same result exists 2024-01-26 08:12:14 +03:00
Mert Gör
70e7a700fd
On return and return value, unreachable code and reachable code 2024-01-25 10:16:41 +03:00
Mert Gör
32126ae7f4
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 2024-01-25 07:15:19 +03:00
Mert Gör
7d9769319e
scanf with float and double example and gitignore update 2024-01-25 06:35:32 +03:00
Mert Gör
d6d636cb70
license update 2024-01-24 20:51:11 +03:00
Mert Gör
28bd98254a
hex value scanned by scanf and printed 2024-01-24 18:55:45 +03:00