SyntaxFix
Write A Post
Hire A Developer
Questions
Well, the C way might be something like ...
#include <stdlib.h> #include <stdio.h> int main() { int n; scanf("%d", &n); printf("%X", n); exit(0); }