Just out of curiosity, i wanted to know why are my compiled .C
files(approx 2-5 kb) are smaller in size than my executable(.exe) files(130-200 kb)?
You compiler source file is just the generated code from the actual source file and not much else. An executable have been linked with other object files and libraries, needed for all external functions and variables you need. That of course makes the executable much bigger as it contains much more code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With