![]() |
#2
wp2319572014-02-23 12:28
|
#include <stdio.h>
void main()
{
int hex;
printf("please enter the hex:");
scanf("%x",hex);
printf("%d",hex);
}