How reliable are floating-point comparisons?


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

Post New Answer

More C Interview Questions

What are pointers? What are different types of pointers?

0 Answers   Fidelity,


When can a far pointer be used?

0 Answers  


hi any body pls give me company name interview conduct "c" language only

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


How do you use a pointer to a function?

0 Answers  






How can I copy just a portion of a string?

0 Answers  


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


a program that can input number of records and can view it again the record

0 Answers   Accenture,


Categories