Skip to content

Commit 70f1c83

Browse files
celeroncoderForestry.io
authored andcommitted
Update from Forestry.io
Khushal Bhardwaj updated content/posts/functions-in-memory-stack.md
1 parent 24e6405 commit 70f1c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/posts/functions-in-memory-stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Here's a program with a main function that call some other functions and that fu
2222

2323
![](/blog/uploads/function_in_stack.webp)
2424

25-
When the function, completes execution the functions gets off the stack and the program returns to the previous program flow, aka to the previous function that called that function.![](/blog/uploads/stack_get_off_1.png)![](/blog/uploads/stack_get_off_2.png)
25+
When the function, completes execution the functions gets off the stack and the program returns to the previous program flow, aka to the previous function that called that function.
2626

27-
Now, there is nothing left in the stack, even the main function that is loaded by default, gets off the stack, the program finishes execution.![](/blog/uploads/empty_stack.png)
27+
Now, there is nothing left in the stack, even the main function that is loaded by default, gets off the stack, the program finishes execution.
2828

2929
**Takeaways:**
3030

0 commit comments

Comments
 (0)