Memory Layout of a C Program| With real Example | Linux

preview_player
Показать описание
We have explained here about the program memory space when it is running. How exactly a program memory layout looks like, has been explained with the help of diagram and pictorial representations.

For doing practical sessions, you should know about GNU Bin Utils commands. I will be explaining this in next video with practical session. We will be doing a detailed analysis of C program executable.

if any queries and suggestions please comment down below.
Please subscribe to our channel virtual workshop, so that you don't miss upcoming videos.

please like the video if you find the content helpful and also share with your friends.

Till then, Happy Learning :)
Рекомендации по теме
Комментарии
Автор

static variables either with no linkage, internal linkage, external linkage initializes to 0 during compilation time not at runtime time.

kuldeepsharma
Автор

Good, but function foo has parameter c and local variable also called c. --> Compiler error.

christianspielberger