How can create a exe file in c?

1 answer

Answer

1114753

2026-07-27 16:36

+ Follow

An 'exe' extension file is created by a compiler that translates source code to machine code, usually in a Windows environment.

An executable program can open any file (including other executable files) by using the standard file API calls with a binary open option.

Unless you are doing something very specific with executable files it doesn't make much sense to read in an executable file from another executable file or program.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.