2. Then, it sets up the stack (for local variables, function params, etc) and the heap (for dynamic stuff you allocate with malloc()).
3. It configures default I/O, like stdin, stdout, and stderr.
4. Finally, it jumps to the entry point of code and hands over control to the program
26.11.2024 13:37
👍 1
🔁 0
💬 0
📌 0