imagine this bogus program:
void foo ( void ) { // anything } int main () { foo (); return 0; }
When compiled in debug mode wi
Turn off "incremental linking"
Your question is a lot like this one Address of function is not actual code address