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
- Instance of
- subroutine
- Part of
- stdio.h
- Image
- Printf.svg
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/printf
Sources (2)
via Wikidata · CC0