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

c program to compute AREA under integral

0 Answers   Infosys,


What should be keep precautions while using the recursion method?

1 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


why the execution starts from main function

9 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  






Tell me when is a void pointer used?

0 Answers  


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


how can u print a message without using any library function in c

1 Answers   NIIT,


C program to find frequency of each character in a text file?

6 Answers  


What does the && operator do in a program code?

0 Answers  


What is c system32 taskhostw exe?

0 Answers  


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  


Categories