Skip to content
Printf
EntityQ838016· pop 21· linked from 137 articles

350px|thumb|alt=Diagram illustrating syntax of printf function. The first argument to the function is a template string, which may contain format specifiers, which are introduced with the percent sign (%) character. Format specifiers instruct printf how to interpret and output values given in the corresponding arguments which follow the format string. printf replaces the format specifiers with the accordingly-interpreted contents of the remaining arguments, and outputs the result.|An example call to the printf function

Wikidata facts

Image
Printf.svg
Show 1 more fact
Sources (2)

via Wikidata · CC0

Article · Français

printf (pour l'anglais print formatted, soit « imprimer formaté ») est une commande Unix permettant de faire afficher une chaîne de caractères à l'écran. C'est aussi un nom de fonction du langage C, et de nombreux autres langages informatiques permettant d'afficher une ou plusieurs variables de façon formatée dans le flux de sortie. Manuel printf:

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (2)

Connections

Categories