Afficher un texte formaté sur l’ecran avec ‘printf()’

Author:


Download

#include 

int main(void)
{
 printf("Bonjour %c%s %d %s, %d", 'L', "undi", 25,"Janvier", 2008);

 return -1;
}

/*
Hi c 10 there!*/ 

Leave a Reply

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