what is the uses of O file in C language ?
Answers
Answered by
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
1
Answer:
O file is made after compilation of file
You can not use O file
Similar questions