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

How can type-insensitive macros be created?

0 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


What is the purpose of void in c?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,






Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


Can you apply link and association interchangeably?

0 Answers   InterGraph,


main() { printf("hello"); fork(); }

0 Answers   Wilco,


How can I recover the file name given an open stream?

0 Answers  


how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


Difference between Shallow copy and Deep copy?

0 Answers  


Categories