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 |
write a program that finds the factorial of a number using recursion?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What are the application of c?
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
What is difference between class and structure?
What does do in c?
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
Is null a keyword in c?
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