Answer the question
In order to leave comments, you need to log in
Why does an empty C program take up 6 kilobytes?
The C language was designed to be closely comparable to machine instructions . Some argue that programming in it is almost as efficient as programming in assembler. I'm new to this language and decided to do a little experiment to see how long an empty program with the following code would take:
int main () {
return 0;
}
Answer the question
In order to leave comments, you need to log in
And you apparently forgot about libraries (C runtime)?
Read at your leisure:
https://stackoverflow.com/questions/1315926/gcc-em...
www.muppetlabs.com/~breadbox/software/tiny/teensy.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question