printf: Afficher l’hexadécimal minuscule

Author:


Download

#include 

int main( )
{
 int hexa = 19852011;

 printf("%xn",hexa); 

 return 0;
}

Leave a Reply

Your email address will not be published. Required fields are marked *