Printf – Computing Reference – eLook.org


Printf



<library> The standard function in the C programming language library for printing formatted output.

The first argument is a format string which may contain ordinary characters which are just printed and “conversion specifications” – sequences beginning with ‘%’ such as %6d which describe how the other arguments should be printed, in this case as a six-character decimal integer padded on the right with spaces.

Possible conversion specifications are d, i or u (decimal integer), o (octal), x, X or p (hexadecimal), f (floating-point), e or E (mantissa and exponent, e.g. 1.23E-22), g or G (f or e format as appropriate to the value printed), c (a single character), s (a string), % (i.e. %% – print a % character).

d, i, f, e, g are signed, the rest are unsigned.

The variant fprintf prints to a given output stream and sprintf stores what would be printed in a string variable.

Unix manual page: printf(3).

< Previous Terms Terms Containing printf Next Terms >
PRINT
printed circuit board
printer
Printer Access Protocol
printer port
elevator controller
for loop
fprintf
GNU BC
Obfuscated C Contest
PRINT I
printing discussion
print server
Print Services Facility
priority interrupt
Read More
2 weeks ago
40
2 weeks ago
28
2 weeks ago
30

New Casinos
Download the latest version of Dragon Tiger online casino APK for Android! Enjoy safe, free gameplay and unleash your luck in this thrilling card game.
Explore Mascot Gaming's top online casinos and gaming slots! Discover exciting bonuses, thrilling casino games, and the best mascot gaming slots for 2024!
Best online casino games on Banger.casino! Play on mobile apps or desktop and win real money. ✓ Get your welcome bonus +125% UP TO €250 right now!

© Copyright 2024 | Elook.org