101 Commits

Author SHA1 Message Date
d6283d31cd
new file = main.c and modified hex_read_scanf.c removed main from hex_read_scanf.c 2025-04-12 22:29:04 +03:00
0bb57da7ec
first code 2025-04-12 22:12:51 +03:00
79f83aa190
int main() {
unsigned int a; // Change 'int' to 'unsigned int'

    printf("Enter your number: ");
    scanf("%x", &a); // Now 'a' matches '%x' expected type
    printf("a = %u\n", a); // Use '%u' to correctly print an unsigned int

    return 0;
}
2025-04-12 22:09:27 +03:00
84c1aa6a02
changed code to the older version 2025-04-12 22:02:46 +03:00
c788fa919f
unsigned int fix 2025-04-12 21:58:40 +03:00
70b12c1d28
trying to understand and fix the issue hex read scanf 2025-04-12 21:56:49 +03:00
da1d77758a
Float and Double changed the name 2025-04-12 21:41:00 +03:00
7b90c42e43
double and float 2025-04-12 21:39:46 +03:00
ffca2a7d25
hex read scanf example 2025-03-21 13:10:07 +03:00
9ad88016bb
scanf two numbers 2025-03-18 14:39:40 +03:00
1d24d8b71c
scanf example 2025-03-18 14:29:06 +03:00
6b0ac54b46
print examples 2025-03-18 14:21:16 +03:00
c55c2c7c8b
print example 2025-03-18 14:12:50 +03:00
f202be858b
foo example 2025-03-18 14:06:43 +03:00
b8f22cf5bd
toplama örneği 2025-03-18 14:02:23 +03:00
9ff74b5bf4
hello world example / 2025 examples 2025-03-18 13:58:35 +03:00
6de7b78d91
2025-examples 2025-03-18 13:39:41 +03:00
d5a50364e3
C Temel sonu 2025-03-07 08:21:59 +03:00
c03b39a30b
Sayıların printf Fonksiyonuyla Formatlanması sayfa 78 2025-03-07 07:38:02 +03:00
ab93cf0e5b
Dersler tekrar ele alınmakta. Örnekler gerekliliğe ( zorunluluğa göre yazılmakta ) Fonksiyonların Geri Dönüş Değerleri (return value) 2025-03-07 06:37:21 +03:00
0e5591326d
update 2025-01-21 12:13:09 +03:00
9f3019c7a7
CSD Kaan Aslan hocamızın notu TXT formatında ele alınıyor 2025-01-21 09:46:24 +03:00
9870846543
converted the C.pdf to C.txt 2025-01-21 09:44:32 +03:00
1f90046389
CSD C Kaan Aslan links 2025-01-21 09:23:20 +03:00
a07b35c91e
hello on GNU/Linux 2025-01-10 15:34:40 +03:00
7decd2265b
2025 Youtube video serisi için eski kodlar silindi 2025-01-07 16:04:55 +03:00
d2cf1c4028
update 2025 01 07 2025-01-07 12:28:44 +03:00
62fb4c02dc
double quote single quote 2025-01-06 10:23:26 +03:00
d0f7156459
backline 2025-01-06 10:19:33 +03:00
37010fe61d
update 2025-01-06 10:17:45 +03:00
588070c130
update 2025-01-06 10:08:06 +03:00
95729b6f97
Renamed CSD-C-Basic-Book 2025-01-03 12:56:32 +03:00
82507a0ac9
update 2025-01-03 12:25:15 +03:00
8197db6832
update 2025 C course beginning 2025-01-03 12:22:22 +03:00
8342a3b2c3
moved CSD C book to CSDC 2024-12-01 12:04:24 +03:00
6bf23d6f0e
sqrt example solved now we are on the page 30 pow 2024-11-22 06:54:50 +03:00
6d36efe449
Page 29-30 2024-11-10 03:37:00 +03:00
42d016d230
Parameters example paage 28 2024-11-02 11:36:01 +03:00
9716cce895
global and local variables 2024-11-01 08:03:36 +03:00
293bc9b7ec
file scope example 2024-11-01 07:55:47 +03:00
a96533946f
scope examples 2024-10-30 09:04:32 +03:00
b8d2d91cd6
scope example 2024-10-30 08:58:17 +03:00
bf5b6647b9
local variable and global variable 2024-10-30 08:10:50 +03:00
fe1f36e158
void and int main 2024-10-30 05:09:33 +03:00
73e2790bda
return example 2024-10-30 05:01:38 +03:00
3b7caa231a
reachable and unreachable code 2024-10-30 04:18:34 +03:00
3f8ba5ba80
update 2024-10-29 21:59:59 +03:00
dc4079822e
printf double and float with %f and scanf for float %f double %lf 2024-10-29 21:48:55 +03:00
6ee66a201b
hello 2024-10-29 10:05:48 +03:00
ca1b5e05cf
more 2024-10-29 09:52:32 +03:00