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

Explain high-order and low-order bytes.

0 Answers  


Are pointers integer?

0 Answers  


Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 Answers   CTS, HCL, TCS,


what is compiler

6 Answers  


What are the different pointer models in c?

4 Answers  






what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


Is c programming hard?

0 Answers  


If errno contains a nonzero number, is there an error?

0 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


how can I convert a string to a number?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


Categories