What are signals in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Signals are software interrupts used to notify a process of an event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Signals are software interrupts used to notify a process of an event.
| Is This Answer Correct ? | 0 Yes | 0 No |
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
explain about storage of union elements.
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Explain what is the advantage of a random access file?
char ch=10;printf("%d",ch);what is the output
What is break statement?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is Full Form of C and Why We use C
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
What does malloc () calloc () realloc () free () do?
hi, which software companys will take,if d candidate's % is jst 55%?
How can a program be made to print the name of a source file where an error occurs?