InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by startup code? |
|
Answer» A startup CODE is that piece of code that is called before the execution of the MAIN FUNCTION. This is used for creating a basic platform for the application and it is written in ASSEMBLY language. |
|