Home > Common Problem > body text

What is the suffix of the object file generated after compiling the C language source program file?

Release: 2020-05-10 17:05:27
Original
29193 people have browsed it

What is the suffix of the object file generated after compiling the C language source program file?

The suffix of the C language source program file name is .c. After compilation, the suffix of the generated file is .obj. After connection, the suffix of the generated file is .exe.

Source code (also called source program) refers to an uncompiled text file written in accordance with certain programming language specifications. It is a series of human-readable computer language instructions. In modern programming languages, source code can appear in the form of books or tapes, but the most commonly used format is a text file. The purpose of this typical format is to compile a computer program. The ultimate goal of computer source code is to translate human-readable text into binary instructions that the computer can execute. This process is called compilation and is completed through a compiler.

The above is the detailed content of What is the suffix of the object file generated after compiling the C language source program file?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!