I have been curious to know what lies behind the builtin functions like printf, random etc..
printf
random
printf("%d %x %o\n", 10, 10, 10); //prints "10 A 12\n" print("%b\n", 10); // prints "%b\n"
Aucun commentaire:
Enregistrer un commentaire