C Language Format character encyclopedia

Source: Internet
Author: User

Format character format character meaning

C Output Single character

D output signed integers in decimal form (positive not output symbols)

E output single and double precision real numbers in exponential form

E output single and double precision real numbers in exponential form

F output single, double real numbers in decimal form

g to output single, double-precision real numbers in shorter output widths in%f%e,%e format is used when exponent is less than-4 or greater than or equal to precision

G to output single, double-precision real numbers in shorter output widths in%f%e,%e format is used when exponent is less than-4 or greater than or equal to precision

I have a signed decimal integer (same as%d)

o Output unsigned integers in eight (no output prefix O)

P pointer

S output string

x output unsigned integer in 16 (do not output prefix ox)

X output unsigned integer in 16 (do not output prefix ox)

U output unsigned integers in decimal form

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.