How can I handle floating-point exceptions gracefully?


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

Post New Answer

More C Interview Questions

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

6 Answers   Hughes,


Are bit fields portable?

0 Answers   EXL,


What are integer variable, floating-point variable and character variable?

0 Answers  


Where static variables are stored in c?

0 Answers  


What is c method?

0 Answers  


How the processor registers can be used in C ?

7 Answers   HP,


What is the size of structure in c?

0 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


How can I access a memory located at certain address?

2 Answers   CSC,


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


How do I copy files?

0 Answers  


What is the purpose of 'register' keyword?

0 Answers  


Categories