By dotCore
via prog21.dadgum.com
Submitted: Feb 15 2013 / 01:03
As any good low-level language should be, C is designed for transparent compilation. If you take a bit of C source, the corresponding object code emitted by the compiler--even a heavily optimizing compiler--roughly mimics the structure of the original text.
Add your comment