What is bss in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 Answers  


What is wrong in this statement?

0 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  






Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


Explain how can I pad a string to a known length?

0 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


Why n++ execute faster than n+1 ?

2 Answers  


Categories