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

wht is the difference between KPO and BPO ?

2 Answers   Accenture, BPO, HCK, HCL, Infosys,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


What are the 4 types of unions?

0 Answers  


What does d mean?

0 Answers  


explain what are pointers?

0 Answers  






f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


What is a far pointer?What is the utility?

4 Answers  


What is #line?

0 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Categories