Created: 2023-01-11 11:09
Status: #concept
Subject: Programming
Tags: C Function stdio.h Format String
printf
Prints a Format String, which is a String Literal to stdout and replaces any Conversion Specifiers (placeholders) with the corresponding Variables or Expressions in the next argument/s.
printf("format_string", expr1, expr2, ...);
%m.pX // Conversion Specifier placeholder syntax