Printf
Sign in to save350px|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
- Stack Exchange tag
- stackoverflow.com/tags/printf
Sources (2)
via Wikidata · CC0
Article · Polski
printf – rodzina funkcji służących do tworzenia i zapisywania tekstu na podstawie szablonu i zestawu argumentów, które są w ten szablon wstawiane. Funkcje grupy printf zostały stworzone na potrzeby języka C.Obecnie są dostępne również dla wielu innych języków programowania.
Abstract from DBpedia / Wikipedia · CC BY-SA