trying to understand and fix the issue hex read scanf

This commit is contained in:
Mert Gör 🇹🇷 2025-04-12 21:56:49 +03:00
parent 391e29cbfd
commit 70b12c1d28
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F

View File

@ -2,7 +2,7 @@
int main() int main()
{ {
int a, b; int a;
printf("Enter your number : "); printf("Enter your number : ");
scanf("%x", &a); scanf("%x", &a);