what are the uses of .obj file in c language
Answers
Answered by
1
and u pandu is called and u pandu Gillingham dandu
Answered by
2
An object file is just what you get when you compile one (or several) source file(s). It can be either a fully completed executable or library, or intermediate files. The object files typically contain native code, linker information, debugging symbols and so forth.
Similar questions