C Language Formatted output statement

Source: Internet
Author: User

C Language Formatted output statement

The formatted output statement, or placeholder output, is the display of various types of data from the computer according to the formatted type and the location you specify . The advantage of this is that the computer can accurately give us the type of data we want.

The format is:printf ("Output format character", output item);

Commonly used format characters in the C language:

When the output statement contains ordinary characters, you can use the following format:

printf (" normal character output format symbol", output item);

For example:

The output is: a=10

If you want to output multiple variables and specify the position of the variable, the format character can also be used, and the variables need to be separated by commas, such as:

The output is: integer: 10, decimal: 7.560000, character: C

Note: The number of format characters corresponds to the number of variables, constants, or expressions one by one

C Language Formatted output statement

Related Article

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.