Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Integet to upper Case HexaDecimal conversion in C

#include <stdio.h>

int main( )
{
 int ivalue = 1234;
 
 printf("%X",ivalue); 
}