CloseClose

Encyclopedia.com -- Online dictionary and encyclopedia of facts, information, and biographies
Close window

PRINTF #81 Printf Documentation

PRINTF documentation See Integer Conversions, for details. `%d' and `%i' are synonymous for output, but are different when used with scanf for input (see Table of Input Conversions). `%o' Print an integer as an unsigned octal number. See Integer Conversions, for details. `%u' Print an integer as an unsigned decimal number. See Integer Conversions, for details. `%x', `%X' Print an integer as an unsigned hexadecimal number. `%x' uses lower-case letters and `%X' uses upper-case. See Integer Conversions, for details. `%f' Print a floating-point number in normal (fixed-point) notation. See Floating-Point Conversions, for details. `%e', `%E' Print a floating-point number in exponential notation. `%e' uses lower-case letters and `%E' uses

For your enjoyment and convenience, YouTube videos are automatically associated with content at Encyclopedia.com. Because videos come directly from YouTube, we cannot endorse their accuracy, content, or quality. However, we hope you find them useful or entertaining while using Encyclopedia.com.

More YouTube videos About these videos