Why c compiler creates exe file?

1 answer

Answer

1186656

2026-03-26 18:50

+ Follow

(Actually, it is the linker, not the compiler.) In most cases, when you write a program, it's not only for your own pleasure, but you actually want to run the program. Well, the runnable format of the program is the exe(cutable).

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.