About 107,000 results
Open links in new tab
  1. printf, fprintf, sprintf, snprintf, printf_s, fprintf_s, sprintf_s ...

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and …

  2. printf - C++ Users

    function <cstdio> printf ... Print formatted data to stdout Writes the C string pointed by format to the standard output (stdout). If format …

  3. printf - Wikipedia

    printf is a C standard library function and is also a Linux terminal (shell) command that formats text and writes it to standard output. …

  4. printf in C - GeeksforGeeks

    Oct 18, 2025 · In C language, printf () function is used to print formatted output to the standard output stdout (which is generally the …

  5. C stdio printf () Function - W3Schools

    Definition and Usage The printf () function writes a formatted string to the console. The printf () function is defined in the <stdio.h> …

  6. std::printf, std::fprintf, std::sprintf, std::snprintf - cppreference.com

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and …

  7. printf (3) - Linux manual page - man7.org

    If you discover any rendering problems in this HTML version of the page, or you believe there is a better or more up- to-date source …

  8. printf, _printf_l, wprintf, _wprintf_l | Microsoft Learn

    Oct 26, 2022 · The printf function formats and prints a series of characters and values to the standard output stream, stdout. If …

  9. Format Specification Syntax: `printf` and `wprintf` Functions

    Oct 3, 2025 · The various printf and wprintf functions take a format string and optional arguments and produce a formatted sequence …

  10. printf () function - C Library

    The C library printf() function is a fundamental tool for outputting formatted text to the standard output stream. It allows for versatile …