What’s a signal? Explain what do I use signals for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can you please explain the difference between malloc() and calloc() function?

0 Answers  


What does & mean in scanf?

0 Answers  


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


What is sizeof return in c?

0 Answers  


What are the uses of null pointers?

0 Answers  


what value is returned to operating system after program execution?

0 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.

1 Answers   TCS,


Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


what is meant by c

9 Answers   INiTS,


Categories