Computer Science, asked by mukund3940, 8 months ago

what is the uses of O file in C language ? ​

Answers

Answered by Nitinsingh192
0

Answer:

An Object file (.o extension) is the compiled file itself. It is created when a C program (. c file) is compiled using a compiler. An executable file (.exe) is formed by linking the Object files.

Answered by mukund7437
1

Answer:

O file is made after compilation of file

You can not use O file

Similar questions