Changes

Jump to: navigation, search

Langage C

136 bytes added, 20:57, 29 July 2015
/* Function PRINTF() */
this function allows to dsiplay on the screen some characters, string, numeric value...
Here the prototype of the function like we can see it in the stdio.h file : '''int printf(const char *format, ...)'''  to do simple, the first argument corresponds with texte and format indicators, the others arguments are linked to number of the indicators.
==== Trick ====
952
edits