"C-Language concept"

Source: Internet
Author: User

What does a C program consist of?

Function

What is the source file extension for C programs?

. C OR. C

Can the source file of C program run directly? Why?

cannot be run directly. Because the computer can only recognize 0 and 1, the source file contains a lot of C language code, the computer is impossible to read

What steps does the C program require from development to operation?

1> writing. C Source Files

2> compile. C source file for. O Destination file

3> link. o The target file is an executable file

4> running an executable file

Expand what files are called. C,. O,. Out, respectively? At what stage of the C program development?

1>. c is a C language source file that is created when writing code

2>. O is the target file, which is generated when the compilation is successful

3>. Out is an executable file that is generated when the link succeeds

"C-Language concept"

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.