what is the use of C0s.obj File?

In Windows, compiled code is stored in *.obj files. In Linux/Unix it is stored in *.o files (same thing, just different extensions). Those files contain the code machine language that the compiler generated and can be linked with other code and libraries to create an executable program.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.