How can I trap or ignore keyboard interrupts like control-c?


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

Post New Answer

More C Interview Questions

Differentiate b/w Modify and Update commands giving example.

1 Answers  


What is dynamic memory allocation?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


How many main () function we can have in a project?

0 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  






What are the application of c?

0 Answers  


no consistent academics. how to answer the question

0 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


What are global variables and how do you declare them?

0 Answers  


Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 Answers   Mascot,


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


Categories