Hi All, Whats the difference between .obj (Windows), .exe (Windows) and a.out(Unix) file ?
On building a C program on Windows we get an obj file as well as an exe. but on Unix we get only an a.out file which is executable. Why are there no obj files on Unix? Aravindhan

