printf: Afficher l’hexadécimal majuscule

Author:


Download

#include 

int main( )
{
 int val = 19842011;

 printf("%Xn",val); 

 return 0;
}

Leave a Reply

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