Position of Global Variables in stack

In the video, we were told that first stack will main frame & it’s variables, followed by different functions being called. What is the position of global variables in stack? Is it below main?

hey @J19APPPP0007, global variables are not present in stack, they reside in data segmenrt of memory.