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 |
an algorithem for the implementation of circular doubly linked list
what is the return type of printf
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
char *p="name"; printf(p);
What is the advantage of c?
How to calculate sum
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?
why we are using float in C
What is a nested formula?
What is size of union in c?