unsigned int fix
This commit is contained in:
parent
70b12c1d28
commit
c788fa919f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
int main()
|
||||
{
|
||||
int a;
|
||||
unsigned int a;
|
||||
|
||||
printf("Enter your number : ");
|
||||
scanf("%x", &a);
|
||||
|
|
Loading…
Add table
Reference in a new issue