What are signals in C?



What are signals in C?..

Answer / nashiinformaticssolutions

Signals are software interrupts used to notify a process of an event.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,


What are the application of c?

0 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  






What is difference between class and structure?

0 Answers  


What does do in c?

0 Answers  


what is the difference between normal variables and pointer variables..............

15 Answers   HP, Infosys, Satyam, Vivekanand Education Society,


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


Is null a keyword in c?

0 Answers  


What are advantages and disadvantages of recursive calling ?

12 Answers   College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


Categories