What is bss in c?



What is bss in c?..

Answer / Umesh Kumar

BSS (Block Started by Symbol) in C is a data segment used for storing uninitialized global and static variables. These variables are initialized with a default value of zero at run time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

an algorithem for the implementation of circular doubly linked list

1 Answers  


what is the return type of printf

3 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


char *p="name"; printf(p);

1 Answers  


What is the advantage of c?

1 Answers  


How to calculate sum

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

3 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


How many levels of pointers can you have?

1 Answers  


why we are using float in C

4 Answers  


What is a nested formula?

1 Answers  


What is size of union in c?

1 Answers  


Categories