-
Junior Member
BSS Segment
-
Expert Member
Re: BSS Segment
hi friend
In computer programming, .bss or bss is used by many compilers and linkers as the name of the data segment containing static variables that are filled solely with zero-valued data initially (i. e., when execution begins). It is often referred to as the "bss section" or "bss segment". The program loader initializes the memory allocated for the bss section when it loads the program.
Thanks
Deepasree
-
Expert Member
Re: BSS Segment
BSS stands for Block Started by Symbol. During compilation the uninizialized global memory found in obj file along text section and data section are placed in BSS segment.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules