do you know what exactly startup code does ?
let me explain what happens before the main() Most C programmers believe that a program starts executing from the main() function. Surprisingly, that is not true. Before main() is ever called, another piece of code runs automatically. This hidden code is known as startup code. Startup code is provid













