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

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);