What's a good way to check for "close enough" floating-point equality?


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

Post New Answer

More C Interview Questions

how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


explain what is fifo?

0 Answers  


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


List some of the static data structures in C?

0 Answers  


Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  






i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  


about c language

0 Answers  


actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


Define the scope of static variables.

0 Answers  


hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


Is c pass by value or reference?

0 Answers  


c program for searching a student details among 10 student details

0 Answers  


Categories