Mega Code Archive
Categories
/
C
/
Stdio H
Print upper-case hexadecimal
#include
int main( ) { int ivalue = 1234; printf("%X",ivalue); }