Beginner's question: Let's take a look at the problem with this program. The compilation fails.

Source: Internet
Author: User
Newbie's question: Let's take a look at the problem with this program. Compilation fails-Linux general technology-Linux technology and application information. The following is a detailed description. /* 4-4.c obtain the size of the "/etc/passwd" file */
# Include /* File preprocessing, including the chmod function library */
# Include /* File preprocessing, including the chmod function library */
# Include
Int main ()/* main function of the C program, start entry */
{
Struct stat buf;
Stat ("/etc/passwd", & buf );
Printf (""/etc/passwd "file size: % d \ n", buf. st_size );
Return 0;
}
The following problem occurs during compilation, but the new user does not understand it. Ask for advice:

4-4.c: In function 'main ':
4-4.c: 9: 1: warning: format' % d' expects type 'int', but argument 2 has type '_ off_t'
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.