-
Explain the memory layout.[AMD Jan-2026Vem Feb-2026,AMD Dec-2025]
-
what will happen during runtime in stack memory.[AMD Dec-2025]
-
how to create the stack frame? from where it can take the reference to create frame(from memory layout).[AMD Dec-2025]
-
Explain how linker works indetail using memory layout.[Vem Feb-2026]
-
What is the memory layout of a C program? Explain each segment (text, data, BSS, stack, heap). [Team F1 Network / XBattery / VEM Technology]
-
What is the difference between malloc() and calloc()? What are their default return values? [Team F1 Network / VEM Technology]
-
What is realloc() and how does it differ from free()? [VoltyIOT]
-
What is memory leak and how to prevent it? [Samhitha Corp / Webber]
-
What is stack overflow? [Samhitha Corp]
-
Dynamic memory allocation vs static memory allocation. [Webber]
-
Stack and heap — differences. [XBattery / Samhitha Corp]
-
Where are global variables stored? [Team F1 Network]
-
Where are initialized global variables and uninitialized global variables stored (data segment and BSS)? [Team F1 Network]
-
Where are function arguments and local variables stored? [Team F1 Network]
-
Where is the program (code) stored in memory? [Team F1 Network]
-
Can we change the code segment manually? [Team F1 Network]
-
Dynamically create 20 bytes and extend it to 15 bytes. [VEM Technology]
-
What is the difference between stack and data segment? [VEM Technology]
-
Explain the heap segment. [VEM Technology]