SyntaxFix
Write A Post
Hire A Developer
Questions
Hexadecimal to decimal. Don't run it on online compilers, because it won't work.
#include<stdio.h> void main() { unsigned int i; scanf("%x",&i); printf("%d",i); }