Answer Posted / nashiinformaticssolutions
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
When we use void main and int main?
What is pragma in c?
What is the difference between functions abs() and fabs()?
Explain how can I make sure that my program is the only one accessing a file?
What is the difference between strcpy() and memcpy() function in c programming?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is ctrl c called?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is pointers in c?
Explain pointer. What are function pointers in C?
What does the function toupper() do?
Why do we use namespace feature?
Can math operations be performed on a void pointer?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the g value paradox?