Explain what’s a signal? Explain what do I use signals for?


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

Post New Answer

More C Interview Questions

In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


What is the translation phases used in c language?

0 Answers  


What is double pointer?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  






What is the difference between fread and fwrite function?

0 Answers  


Why we use break in c?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


What is hungarian notation? Is it worthwhile?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


Categories