Answer Posted / glibwaresoftsolutions
Signals are software interrupts used to notify a process of an event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define and explain about ! Operator?
What is the difference between far and near in c?
Explain two-dimensional array.
What is chain pointer in c?
What should malloc() do?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is getch c?
Why c is known as a mother language?
What are the difference between a free-standing and a hosted environment?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What was noalias and what ever happened to it?
Explain zero based addressing.
What is a macro in c preprocessor?
What does c mean before a date?
What are the advantages of c language?